comparison vm/Makefile.am @ 0:427b7da5cbdb src

first split of dvdread; it's just a copy of dvdnav still to be cleaned
author nicodvb
date Sun, 01 Jun 2008 08:39:07 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:427b7da5cbdb
1 include $(top_srcdir)/misc/Makefile.common
2
3 includedir = ${prefix}/include/dvdnav
4
5 AM_CPPFLAGS = -DDVDNAV_COMPILE $(THREAD_CFLAGS) \
6 -I$(top_srcdir)/src -I$(top_srcdir)/src/libdvdread
7
8 noinst_LTLIBRARIES = libdvdvm.la
9
10 libdvdvm_la_SOURCES = decoder.c vm.c vmcmd.c
11
12 libdvdvm_la_LDFLAGS = $(THREAD_LIBS)
13
14 include_HEADERS =
15
16 noinst_HEADERS = decoder.h vm.h vmcmd.h