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/resample/Makefile.am | |
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/resample/Makefile.am')
-rw-r--r-- | gst-libs/gst/resample/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-libs/gst/resample/Makefile.am b/gst-libs/gst/resample/Makefile.am index 07722904..82abb56a 100644 --- a/gst-libs/gst/resample/Makefile.am +++ b/gst-libs/gst/resample/Makefile.am @@ -1,4 +1,4 @@ -librarydir = $(libdir)/gst +librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@ library_LTLIBRARIES = libgstresample.la @@ -17,10 +17,10 @@ libgstresample_la_LIBADD = libgstresample_la_CFLAGS = $(GST_CFLAGS) -ffast-math $(ARCHCFLAGS) libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstresampleincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/resample -libgstresampleinclude_HEADERS = resample.h +#libgstresampleincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/resample +#libgstresampleinclude_HEADERS = resample.h -noinst_HEADERS = private.h +noinst_HEADERS = private.h resample.h #check_PROGRAMS = test #test_SOURCES = test.c |