summaryrefslogtreecommitdiff
path: root/src/libspudec
diff options
context:
space:
mode:
Diffstat (limited to 'src/libspudec')
-rw-r--r--src/libspudec/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
index 796569eea..75a8a32f3 100644
--- a/src/libspudec/Makefile.am
+++ b/src/libspudec/Makefile.am
@@ -4,7 +4,12 @@ libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_spu.la
-xineplug_decode_spu_la_SOURCES = spu.c xine_decoder.c nav_read.c nav_print.c
+xineplug_decode_spu_la_SOURCES = \
+ nav_read.c \
+ nav_print.c \
+ spu.c \
+ xine_decoder.c
+
xineplug_decode_spu_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
xineplug_decode_spu_la_LDFLAGS = -avoid-version -module