From 0f82f5f4e1bd668322fd575c9824145e105e0b02 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Sat, 20 Apr 2002 14:02:45 +0000 Subject: Fix for unresolved symbols in plugins CVS patchset: 1745 CVS date: 2002/04/20 14:02:45 --- src/libspucc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libspucc') 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 -- cgit v1.2.3