diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:29:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:29:33 +0000 |
commit | 583465f3f8ba9c43552dee7502c4fb119c731c4d (patch) | |
tree | 9f96312205f8467066d23c9f1da67dbae704c903 /gst-libs/gst/resample/Makefile.am | |
parent | 953f0e2f01cbff2f521024b33e489e966ed356bb (diff) | |
download | gst-plugins-bad-583465f3f8ba9c43552dee7502c4fb119c731c4d.tar.gz gst-plugins-bad-583465f3f8ba9c43552dee7502c4fb119c731c4d.tar.bz2 gst-plugins-bad-583465f3f8ba9c43552dee7502c4fb119c731c4d.zip |
dvdread added more fixes for libs stuff
Original commit message from CVS:
dvdread added
more fixes for libs stuff
Diffstat (limited to 'gst-libs/gst/resample/Makefile.am')
-rw-r--r-- | gst-libs/gst/resample/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/resample/Makefile.am b/gst-libs/gst/resample/Makefile.am index 785abceb..15310d76 100644 --- a/gst-libs/gst/resample/Makefile.am +++ b/gst-libs/gst/resample/Makefile.am @@ -1,6 +1,6 @@ -## libdir = $(libdir)/gst +librarydir = $(libdir)/gst -lib_LTLIBRARIES = libgstresample.la +library_LTLIBRARIES = libgstresample.la if HAVE_CPU_I386 ARCHCFLAGS = -march=i486 |