diff options
Diffstat (limited to 'src/libspucc')
-rw-r--r-- | src/libspucc/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libspucc/Makefile.am b/src/libspucc/Makefile.am index 079d2bb8b..fd15735ef 100644 --- a/src/libspucc/Makefile.am +++ b/src/libspucc/Makefile.am @@ -3,13 +3,17 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_spucc.la +XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_spucc_la_SOURCES = cc_decoder.c xine_decoder.c -xineplug_decode_spucc_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la +xineplug_decode_spucc_la_LIBADD = $(XINE_LIB) xineplug_decode_spucc_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ noinst_HEADERS = cc_decoder.h +$(XINE_LIB): + @cd $(top_builddir)/src/xine-engine && $(MAKE) + ## ## Install header files (default=$includedir/xine) ## |