summaryrefslogtreecommitdiff
path: root/src/libspudec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libspudec/Makefile.am')
-rw-r--r--src/libspudec/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
index 13a81a31c..5d36fa13f 100644
--- a/src/libspudec/Makefile.am
+++ b/src/libspudec/Makefile.am
@@ -6,10 +6,10 @@ libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_spu.la
-xineplug_decode_spu_la_SOURCES = spu.c xine_decoder.c nav_read.c
+xineplug_decode_spu_la_SOURCES = spu.c xine_decoder.c nav_read.c nav_print.c
xineplug_decode_spu_la_LDFLAGS = -avoid-version -module
-noinst_HEADERS = spu.h nav_read.h bswap.h nav_types.h
+noinst_HEADERS = spu.h nav_read.h bswap.h nav_print.h nav_types.h
include_HEADERS = spu_decoder_api.h
##