diff options
Diffstat (limited to 'src/libspudec/Makefile.am')
-rw-r--r-- | src/libspudec/Makefile.am | 3 |
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) |