diff Makefile.am @ 118:48ba92648842 src

current versions of libdvdread use a nav_types.h we cannot use any more, because the structures differ from what is actually on the disc -> provide a private copy
author mroi
date Thu, 06 Mar 2003 22:43:52 +0000
parents b6834e6359cf
children bd8601b74c3d
line wrap: on
line diff
--- a/Makefile.am	Wed Feb 26 20:31:56 2003 +0000
+++ b/Makefile.am	Thu Mar 06 22:43:52 2003 +0000
@@ -10,9 +10,10 @@
 #	-release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB)
 
 include_HEADERS = decoder.h dvdnav.h dvdnav_events.h \
-	dvdnav_internal.h vm.h vmcmd.h read_cache.h dvd_types.h remap.h
+	dvdnav_internal.h vm.h vmcmd.h read_cache.h dvd_types.h \
+	remap.h nav_types.h
 
-EXTRA_DIST = README.MAP FELLOWSHIP.map
+EXTRA_DIST = README.MAP FELLOWSHIP.map nav_types.patch
 
 ###
 # Install header files (default=$includedir/xine)