From b73ce148b53dfa4a281380d54bfac200eaca0bcf Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 8 Mar 2003 17:01:23 +0000 Subject: these headers are needed by nav_types.h, which in turn is needed by spu_decoder_api.h; thanks to Gert Vervoort for noticing CVS patchset: 4378 CVS date: 2003/03/08 17:01:23 --- src/input/libdvdread/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/input/libdvdread/Makefile.am b/src/input/libdvdread/Makefile.am index ece70d416..f6bd7f36e 100644 --- a/src/input/libdvdread/Makefile.am +++ b/src/input/libdvdread/Makefile.am @@ -20,16 +20,17 @@ noinst_HEADERS = \ bswap.h \ dvd_udf.h \ dvd_input.h \ - dvd_reader.h \ dvdread_internal.h \ - ifo_types.h \ ifo_read.h \ ifo_print.h \ md5.h \ nav_read.h \ nav_print.h -include_HEADERS = nav_types.h +include_HEADERS = \ + dvd_reader.h \ + ifo_types.h \ + nav_types.h ## ## Install header files (default=$includedir/xine) -- cgit v1.2.3