diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:50:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:50:10 +0000 |
commit | 708cf898e85bb1742870f6b3cabcc74b28f01c5f (patch) | |
tree | 022549fcd528cd742ef2fc6569ebd94a0030e97f /gst-libs/gst/floatcast | |
parent | 2a19514098f24c47f8642e7f0b4b762e5dc9d05d (diff) | |
download | gst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.tar.gz gst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.tar.bz2 gst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.zip |
parallel install fixes
Original commit message from CVS:
parallel install fixes
Diffstat (limited to 'gst-libs/gst/floatcast')
-rw-r--r-- | gst-libs/gst/floatcast/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/floatcast/Makefile.am b/gst-libs/gst/floatcast/Makefile.am index dd213597..b18029c4 100644 --- a/gst-libs/gst/floatcast/Makefile.am +++ b/gst-libs/gst/floatcast/Makefile.am @@ -1,2 +1,2 @@ -libgstfloatcastincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/floatcast -libgstfloatcastinclude_HEADERS = floatcast.h +floatcastincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/floatcast +floatcastinclude_HEADERS = floatcast.h |