diff options
author | Benjamin Otte <otte@gnome.org> | 2003-10-13 17:54:05 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-10-13 17:54:05 +0000 |
commit | 4abb85e5bf4c7c05e7fd29f4f6a2cbd553e5f6d1 (patch) | |
tree | 87c03967526b062b34b65486e3927d4ace0b696a /gst/modplug/Makefile.am | |
parent | 62c7ce69c9d83c7d5b1264bf39268cb3962685ef (diff) | |
download | gst-plugins-bad-4abb85e5bf4c7c05e7fd29f4f6a2cbd553e5f6d1.tar.gz gst-plugins-bad-4abb85e5bf4c7c05e7fd29f4f6a2cbd553e5f6d1.tar.bz2 gst-plugins-bad-4abb85e5bf4c7c05e7fd29f4f6a2cbd553e5f6d1.zip |
no, we don't require bytestream anymore
Original commit message from CVS:
no, we don't require bytestream anymore
Diffstat (limited to 'gst/modplug/Makefile.am')
-rw-r--r-- | gst/modplug/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index 4738dbb1..52d9d408 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -3,8 +3,7 @@ SUBDIRS=libmodplug . plugin_LTLIBRARIES = libgstmodplug.la libgstmodplug_la_SOURCES = modplug_types.cc gstmodplug.cc -libgstmodplug_la_CPPFLAGS = $(GST_CFLAGS) -libgstmodplug_la_CXXFLAGS = $(libgstmodplug_la_CPPFLAGS) +libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |