view vm/Makefile.am @ 280:056a92fbd053 src

removed redefinition of memcpy() as bcopy() (maybe done for some probably inexistent systems); patch by Diego Petteno
author nicodvb
date Tue, 17 Apr 2007 21:02:51 +0000
parents 9b1b740e3fc9
children 62dd6af82d7b
line wrap: on
line source

include $(top_srcdir)/misc/Makefile.common

includedir = ${prefix}/include/dvdnav

AM_CPPFLAGS = -DDVDNAV_COMPILE $(THREAD_CFLAGS) \
	-I$(top_srcdir)/src -I$(top_srcdir)/src/dvdread

noinst_LTLIBRARIES = libdvdvm.la

libdvdvm_la_SOURCES = decoder.c vm.c vmcmd.c

libdvdvm_la_LDFLAGS = $(THREAD_LIBS)

include_HEADERS = 

noinst_HEADERS = decoder.h vm.h vmcmd.h