diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-28 20:31:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-28 20:31:48 +0000 |
commit | 2f553735febe3258c3671d57e196051111524cd2 (patch) | |
tree | d208af0053a8d93136d483c304897feccfc50a24 /gst/modplug/Makefile.am | |
parent | f4dbdcb51c410357fa87fbe3172693fb6beb4cf9 (diff) | |
download | gst-plugins-bad-2f553735febe3258c3671d57e196051111524cd2.tar.gz gst-plugins-bad-2f553735febe3258c3671d57e196051111524cd2.tar.bz2 gst-plugins-bad-2f553735febe3258c3671d57e196051111524cd2.zip |
this dir is kicking my ass all over the place
Original commit message from CVS:
this dir is kicking my ass all over the place
Diffstat (limited to 'gst/modplug/Makefile.am')
-rw-r--r-- | gst/modplug/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index 847e734d..47c72e4d 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -4,10 +4,10 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstmodplug.la -libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.cc +libgstmodplug_la_SOURCES = modplug_types.c gstmodplug.cc libgstmodplug_la_CFLAGS = $(GST_CFLAGS) libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) -libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++ +libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstmodplug.h modplug_types.h |