comparison Makefile.am @ 119:bd8601b74c3d src

this is causing more harm than good libdvdread is now considered to be the only "official reference" concerning headers for DVD structures and we should always use them. Problems only arise, if applications do not (this lately was a problem in xine).
author mroi
date Sat, 08 Mar 2003 14:04:20 +0000
parents 48ba92648842
children f7a26cd00c93
comparison
equal deleted inserted replaced
118:48ba92648842 119:bd8601b74c3d
9 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 9 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
10 # -release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB) 10 # -release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB)
11 11
12 include_HEADERS = decoder.h dvdnav.h dvdnav_events.h \ 12 include_HEADERS = decoder.h dvdnav.h dvdnav_events.h \
13 dvdnav_internal.h vm.h vmcmd.h read_cache.h dvd_types.h \ 13 dvdnav_internal.h vm.h vmcmd.h read_cache.h dvd_types.h \
14 remap.h nav_types.h 14 remap.h
15 15
16 EXTRA_DIST = README.MAP FELLOWSHIP.map nav_types.patch 16 EXTRA_DIST = README.MAP FELLOWSHIP.map
17 17
18 ### 18 ###
19 # Install header files (default=$includedir/xine) 19 # Install header files (default=$includedir/xine)
20 # 20 #
21 install-includeHEADERS: $(include_HEADERS) 21 install-includeHEADERS: $(include_HEADERS)