view dvdread/Makefile.am @ 234:fcda42e1ffaa src

Add dlfcn.h and dlfcn.c to the distribution.
author jcdutton
date Sun, 01 Feb 2004 17:59:57 +0000
parents 59b5753b09d7
children 70a34f697a50
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 dlfcn.c dlfcn.h