view dvdread/Makefile.am @ 238:70a34f697a50 src

lower impact solution for the win32 build * reuse dlfcn stuff from libdvdnav/msvc/contrib * use -no-undefined on windows only, since it is wrong on Linux
author mroi
date Fri, 13 Feb 2004 19:15:30 +0000
parents fcda42e1ffaa
children b4f9a592bc84
line wrap: on
line source

include $(top_srcdir)/misc/Makefile.common

includedir = ${prefix}/include/dvdnav

AM_CPPFLAGS = -DDVDNAV_COMPILE -I$(top_srcdir)/src/vm

noinst_LTLIBRARIES = libdvdread.la

libdvdread_la_SOURCES = dvd_reader.c nav_read.c ifo_read.c \
	dvd_input.c dvd_udf.c md5.c nav_print.c ifo_print.c 

libdvdread_la_LIBADD = $(DYNAMIC_LD_LIBS)

include_HEADERS = dvd_reader.h nav_read.h ifo_read.h \
	nav_print.h ifo_print.h ifo_types.h nav_types.h

noinst_HEADERS = bswap.h dvd_input.h dvdread_internal.h dvd_udf.h md5.h