summaryrefslogtreecommitdiffstats
path: root/libk3b/projects/videodvd/Makefile.am
blob: 1b3e92b3d57f947d424dbde245f69308011cf09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# we need the ../datacd for the uic generated header files
AM_CPPFLAGS= 	-I$(srcdir)/../../core \
		-I$(srcdir)/../../../libk3bdevice \
		-I$(srcdir)/../../../src \
		-I$(srcdir)/../../tools \
		-I$(srcdir)/../datadvd \
		-I$(srcdir)/../datacd \
		-I$(srcdir)/.. \
		-I../datacd \
		$(all_includes)

METASOURCES = AUTO

noinst_LTLIBRARIES = libvideodvd.la

libvideodvd_la_SOURCES = 	k3bvideodvddoc.cpp \
				k3bvideodvdjob.cpp \
				k3bvideodvdimager.cpp

include_HEADERS = k3bvideodvddoc.h k3bvideodvdjob.h