diff Makefile.am @ 114:b6834e6359cf src

big libdvdnav cleanup, quoting the ChangeLog: * some bugfixes * code cleanup * build process polishing * more sensible event order in get_next_block to ensure useful event delivery * VOBU level resume * fixed: seeking in a multiangle feature briefly showed the wrong angle
author mroi
date Thu, 20 Feb 2003 15:32:21 +0000
parents c1dff1899bda
children 48ba92648842
line wrap: on
line diff
--- a/Makefile.am	Mon Jan 13 13:33:45 2003 +0000
+++ b/Makefile.am	Thu Feb 20 15:32:21 2003 +0000
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libdvdnav.la
 
-AM_CFLAGS = @GLOBAL_CFLAGS@ @THREAD_CFLAGS@
+AM_CFLAGS = @THREAD_CFLAGS@
 
 libdvdnav_la_SOURCES = decoder.c dvdnav.c vm.c vmcmd.c \
 		       read_cache.c navigation.c highlight.c \
@@ -12,6 +12,8 @@
 include_HEADERS = decoder.h dvdnav.h dvdnav_events.h \
 	dvdnav_internal.h vm.h vmcmd.h read_cache.h dvd_types.h remap.h
 
+EXTRA_DIST = README.MAP FELLOWSHIP.map
+
 ###
 # Install header files (default=$includedir/xine)
 #