diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-22 23:37:20 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-22 23:37:20 +0000 |
commit | 6b4bd943ceb7e97286880c9628758426e7fe9f56 (patch) | |
tree | fa2da183164edba1ecf869d4f026997eaaf67630 /gst-libs/gst/idct | |
parent | 491c8193450dc403e46e7fc6e7b8f820c3ceb04b (diff) | |
download | gst-plugins-bad-6b4bd943ceb7e97286880c9628758426e7fe9f56.tar.gz gst-plugins-bad-6b4bd943ceb7e97286880c9628758426e7fe9f56.tar.bz2 gst-plugins-bad-6b4bd943ceb7e97286880c9628758426e7fe9f56.zip |
header relocation
Original commit message from CVS:
header relocation
Diffstat (limited to 'gst-libs/gst/idct')
-rw-r--r-- | gst-libs/gst/idct/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am index 95dc4b0d..8716bb71 100644 --- a/gst-libs/gst/idct/Makefile.am +++ b/gst-libs/gst/idct/Makefile.am @@ -15,7 +15,7 @@ libgstidct_la_SOURCES = \ intidct.c \ $(GSTIDCTARCH_SRCS) -libgstidctincludedir = $(includedir)/gst/idct +libgstidctincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/idct libgstidctinclude_HEADERS = idct.h ## check_PROGRAMS = ieeetest |