diff options
Diffstat (limited to 'src/libspudvb/Makefile.am')
-rw-r--r-- | src/libspudvb/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libspudvb/Makefile.am b/src/libspudvb/Makefile.am new file mode 100644 index 000000000..c7b4b804e --- /dev/null +++ b/src/libspudvb/Makefile.am @@ -0,0 +1,9 @@ +include $(top_srcdir)/misc/Makefile.common + +libdir = $(XINE_PLUGINDIR) + +lib_LTLIBRARIES = xineplug_decode_spudvb.la + +xineplug_decode_spudvb_la_SOURCES = xine_decoder.c +xineplug_decode_spudvb_la_LIBADD = $(XINE_LIB) +xineplug_decode_spudvb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |