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 | |
parent | 953f0e2f01cbff2f521024b33e489e966ed356bb (diff) | |
download | gstreamer-plugins-bad-583465f3f8ba9c43552dee7502c4fb119c731c4d.tar.gz |
dvdread added more fixes for libs stuff
Original commit message from CVS:
dvdread added
more fixes for libs stuff
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/audio/Makefile.am | 4 | ||||
-rw-r--r-- | gst-libs/gst/resample/Makefile.am | 4 | ||||
-rw-r--r-- | gst-libs/gst/riff/Makefile.am | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 433c4fd03..276554374 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -1,6 +1,6 @@ -## libdir = $(libdir)/gst +librarydir = $(libdir)/gst -lib_LTLIBRARIES = libgstaudio.la +library_LTLIBRARIES = libgstaudio.la libgstaudio_la_SOURCES = audio.c diff --git a/gst-libs/gst/resample/Makefile.am b/gst-libs/gst/resample/Makefile.am index 785abcebb..15310d76e 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 diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am index ba4a17ba3..adfc3f666 100644 --- a/gst-libs/gst/riff/Makefile.am +++ b/gst-libs/gst/riff/Makefile.am @@ -1,6 +1,6 @@ -libdir = $(prefix)/lib/gst +librarydir = $(prefix)/lib/gst -lib_LTLIBRARIES = libgstriff.la +library_LTLIBRARIES = libgstriff.la libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c |