diff options
Diffstat (limited to 'gst-libs/gst/idct/Makefile.am')
-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 |