summaryrefslogtreecommitdiff
path: root/src/libspudec/Makefile.am
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-03 23:56:44 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-03 23:56:44 +0000
commit0beb1f0dc00dc77899abda18b0d61b09f03303f4 (patch)
treebeac0365afe6cca068b86ab263bca4591e1cfb1f /src/libspudec/Makefile.am
parenta64f5688e458002bd9c87fe51a0b36980190cbab (diff)
downloadxine-lib-0beb1f0dc00dc77899abda18b0d61b09f03303f4.tar.gz
xine-lib-0beb1f0dc00dc77899abda18b0d61b09f03303f4.tar.bz2
Starting to add NAV packet processing.
CVS patchset: 1330 CVS date: 2002/01/03 23:56:44
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 9e5d8ca4b..939609bf1 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
+xineplug_decode_spu_la_SOURCES = spu.c xine_decoder.c nav_read.c
xineplug_decode_spu_la_LDFLAGS = -avoid-version -module
-noinst_HEADERS = spu.h
+noinst_HEADERS = spu.h nav_read.h bswap.h
include_HEADERS = spu_decoder_api.h
##