summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/audio/Makefile.am2
-rw-r--r--gst-libs/gst/floatcast/Makefile.am2
-rw-r--r--gst-libs/gst/idct/Makefile.am2
-rw-r--r--gst-libs/gst/resample/Makefile.am2
-rw-r--r--gst-libs/gst/riff/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am
index b6e7b47d..070d3531 100644
--- a/gst-libs/gst/audio/Makefile.am
+++ b/gst-libs/gst/audio/Makefile.am
@@ -4,7 +4,7 @@ library_LTLIBRARIES = libgstaudio.la
libgstaudio_la_SOURCES = audio.c
-libgstaudioincludedir = $(includedir)/gst/audio
+libgstaudioincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/audio
libgstaudioinclude_HEADERS = audio.h
libgstaudio_la_LIBADD =
diff --git a/gst-libs/gst/floatcast/Makefile.am b/gst-libs/gst/floatcast/Makefile.am
index 8119eba2..dd213597 100644
--- a/gst-libs/gst/floatcast/Makefile.am
+++ b/gst-libs/gst/floatcast/Makefile.am
@@ -1,2 +1,2 @@
-libgstfloatcastincludedir = $(includedir)/gst/floatcast
+libgstfloatcastincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/floatcast
libgstfloatcastinclude_HEADERS = floatcast.h
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
diff --git a/gst-libs/gst/resample/Makefile.am b/gst-libs/gst/resample/Makefile.am
index 47a42bd1..07722904 100644
--- a/gst-libs/gst/resample/Makefile.am
+++ b/gst-libs/gst/resample/Makefile.am
@@ -17,7 +17,7 @@ libgstresample_la_LIBADD =
libgstresample_la_CFLAGS = $(GST_CFLAGS) -ffast-math $(ARCHCFLAGS)
libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstresampleincludedir = $(includedir)/gst/resample
+libgstresampleincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/resample
libgstresampleinclude_HEADERS = resample.h
noinst_HEADERS = private.h
diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am
index 93fbd1b6..c5bd8e8f 100644
--- a/gst-libs/gst/riff/Makefile.am
+++ b/gst-libs/gst/riff/Makefile.am
@@ -4,7 +4,7 @@ library_LTLIBRARIES = libgstriff.la
libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c riff.c
-libgstriffincludedir = $(includedir)/gst/riff
+libgstriffincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/riff
libgstriffinclude_HEADERS = riff.h
libgstriff_la_LIBADD =