diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2002-04-20 14:02:45 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-04-20 14:02:45 +0000 |
commit | 0f82f5f4e1bd668322fd575c9824145e105e0b02 (patch) | |
tree | 8e131b2bb6f80c8688959c1a2e92033397cd1f26 /src/libspucc | |
parent | 2f263b7df415c4f7b18061619cfa8e8e2432d280 (diff) | |
download | xine-lib-0f82f5f4e1bd668322fd575c9824145e105e0b02.tar.gz xine-lib-0f82f5f4e1bd668322fd575c9824145e105e0b02.tar.bz2 |
Fix for unresolved symbols in plugins
CVS patchset: 1745
CVS date: 2002/04/20 14:02:45
Diffstat (limited to 'src/libspucc')
-rw-r--r-- | src/libspucc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libspucc/Makefile.am b/src/libspucc/Makefile.am index c470ff4a4..d90ae5aa2 100644 --- a/src/libspucc/Makefile.am +++ b/src/libspucc/Makefile.am @@ -5,6 +5,7 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_spucc.la xineplug_decode_spucc_la_SOURCES = xine_decoder.c cc_decoder.c +xineplug_decode_spucc_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_spucc_la_LDFLAGS = -avoid-version -module noinst_HEADERS = cc_decoder.h |