diff options
-rw-r--r-- | src/libdts/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libdts/Makefile.am b/src/libdts/Makefile.am index 9b3c5d7a0..4bc11d73a 100644 --- a/src/libdts/Makefile.am +++ b/src/libdts/Makefile.am @@ -6,3 +6,6 @@ lib_LTLIBRARIES = xineplug_decode_dts.la xineplug_decode_dts_la_SOURCES = decoder.c print_info.c xine_decoder.c xineplug_decode_dts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + +noinst_HEADERS = decoder.h decoder_internal.h dts_debug.h huffman_tables.h \ + print_info.h |