view dvdread/Makefile.am @ 245:b4f9a592bc84 src

very small build system change: automake suggests to add headers for internal use to the _SOURCES variable instead of _HEADERS, which should be used for public headers
author mroi
date Wed, 19 May 2004 18:31:11 +0000
parents 70a34f697a50
children 5039307a3e7c
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 \
	bswap.h dvd_input.h dvdread_internal.h dvd_udf.h md5.h

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