diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-15 08:21:15 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-15 08:21:15 +0000 |
commit | 6d3eb02b8b26a519967debe0c4b363c796735cb1 (patch) | |
tree | e433ecfdebc0f72340ebc87d53a19a31c42cf08a /src/libsputext | |
parent | 351aa71bc8ec38736b4e79c9ab8242b242176874 (diff) | |
download | xine-lib-6d3eb02b8b26a519967debe0c4b363c796735cb1.tar.gz xine-lib-6d3eb02b8b26a519967debe0c4b363c796735cb1.tar.bz2 |
some build-system cleanup
CVS patchset: 4848
CVS date: 2003/05/15 08:21:15
Diffstat (limited to 'src/libsputext')
-rw-r--r-- | src/libsputext/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am index ca5af05e0..5dd12bbf3 100644 --- a/src/libsputext/Makefile.am +++ b/src/libsputext/Makefile.am @@ -10,13 +10,13 @@ lib_LTLIBRARIES = $(sputext_decoder) xineplug_dmx_sputext_la_SOURCES = demux_sputext.c ## libgiconv is only needed with FreeBSD -xineplug_dmx_sputext_la_LIBADD = $(XINELIB) $(GICONV_BSD_LIBS) +xineplug_dmx_sputext_la_LIBADD = $(XINE_LIB) $(GICONV_BSD_LIBS) xineplug_dmx_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_sputext_la_SOURCES = xine_decoder.c -xineplug_decode_sputext_la_LIBADD = $(XINELIB) +xineplug_decode_sputext_la_LIBADD = $(XINE_LIB) xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_spuogm_la_SOURCES = xine_decoder_ogm.c -xineplug_decode_spuogm_la_LIBADD = $(XINELIB) +xineplug_decode_spuogm_la_LIBADD = $(XINE_LIB) xineplug_decode_spuogm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |