comparison libdvdread/Makefile.am @ 367:1274107d0eac src

moved dvdread to libdvdread; it's the first step for the separation of the lib from dvdnav
author nicodvb
date Sat, 31 May 2008 12:29:19 +0000
parents dvdread/Makefile.am@a5319a5c34f4
children 62dd6af82d7b
comparison
equal deleted inserted replaced
366:5b8539cacebf 367:1274107d0eac
1 include $(top_srcdir)/misc/Makefile.common
2
3 includedir = ${prefix}/include/dvdread
4
5 AM_CPPFLAGS = -DDVDNAV_COMPILE -I$(top_srcdir)/src/vm
6
7 lib_LTLIBRARIES = libdvdread.la
8
9 libdvdread_la_SOURCES = dvd_reader.c nav_read.c ifo_read.c \
10 dvd_input.c dvd_udf.c md5.c nav_print.c ifo_print.c bitreader.c \
11 bswap.h dvd_input.h dvdread_internal.h dvd_udf.h md5.h bitreader.h
12
13 libdvdread_la_LIBADD = $(DYNAMIC_LD_LIBS)
14
15 libdvdread_la_LDFLAGS = -version-info $(DVDNAV_LT_CURRENT):$(DVDNAV_LT_REVISION):$(DVDNAV_LT_AGE) \
16 -export-symbols-regex "(^dvd.*|^nav.*|^ifo.*|^DVD.*|^UDF.*)"
17
18 include_HEADERS = dvd_reader.h nav_read.h ifo_read.h \
19 nav_print.h ifo_print.h ifo_types.h nav_types.h dvd_udf.h bitreader.h