summaryrefslogtreecommitdiff
path: root/src/libspudec/Makefile.am
diff options
context:
space:
mode:
authorEduard Hasenleithner <ehasenle@users.sourceforge.net>2001-08-13 12:52:33 +0000
committerEduard Hasenleithner <ehasenle@users.sourceforge.net>2001-08-13 12:52:33 +0000
commitda711d47f121b937d2ec4a15a7e607af9f528ce5 (patch)
tree5857b0175ab090206ca629bd34a8be6d4f6a50fc /src/libspudec/Makefile.am
parent9c7fc92c6c391b037393721dbe8742ddd260b1d1 (diff)
downloadxine-lib-da711d47f121b937d2ec4a15a7e607af9f528ce5.tar.gz
xine-lib-da711d47f121b937d2ec4a15a7e607af9f528ce5.tar.bz2
major rewrite of the subpicture mechanism in order to support menus.
CVS patchset: 416 CVS date: 2001/08/13 12:52:33
Diffstat (limited to 'src/libspudec/Makefile.am')
-rw-r--r--src/libspudec/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
index 578f038d4..9e5d8ca4b 100644
--- a/src/libspudec/Makefile.am
+++ b/src/libspudec/Makefile.am
@@ -9,7 +9,8 @@ lib_LTLIBRARIES = xineplug_decode_spu.la
xineplug_decode_spu_la_SOURCES = spu.c xine_decoder.c
xineplug_decode_spu_la_LDFLAGS = -avoid-version -module
-noinst_HEADERS = spu.h spu_decoder_api.h
+noinst_HEADERS = spu.h
+include_HEADERS = spu_decoder_api.h
##
## Install header files (default=$includedir/xine)