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/audio | |
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/gst/audio')
-rw-r--r-- | gst-libs/gst/audio/Makefile.am | 4 |
1 files changed, 2 insertions, 2 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 |