blob: 0225117051f4346cd84101cb1914e9fa217cee0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
AM_CPPFLAGS = -I$(srcdir) \
-I$(srcdir)/../core \
-I$(srcdir)/../../libk3bdevice \
-I$(srcdir)/../tools \
-I$(srcdir)/../plugin \
$(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libvideodvd.la
libvideodvd_la_LIBADD = -ldvdread
libvideodvd_la_SOURCES = k3bvideodvd.cpp k3bvideodvdtime.cpp \
k3bvideodvdvideostream.cpp
include_HEADERS = k3bvideodvd.h k3bvideodvdtitle.h \
k3bvideodvdaudiostream.h k3bvideodvdsubpicturestream.h \
k3bvideodvdvideostream.h k3bvideodvdtime.h \
k3bvideodvdptt.h
|