aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/Makefile.am
blob: 9b3375567f6bc592009133ca3f31c2c17aaeb6c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
SUBDIRS = lowlevel

AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	-include Python.h \
	-include $(top_builddir)/enigma2_config.h

noinst_LIBRARIES = libenigma_dvb.a

libenigma_dvb_a_SOURCES = \
	crc32.cpp \
	db.cpp \
	decoder.cpp \
	demux.cpp \
	dvb.cpp \
	dvbtime.cpp \
	eit.cpp \
	epgcache.cpp \
	esection.cpp \
	frontend.cpp \
	metaparser.cpp \
	pesparse.cpp \
	pmt.cpp \
	pvrparse.cpp \
	radiotext.cpp \
	rotor_calc.cpp \
	scan.cpp \
	sec.cpp \
	subtitle.cpp \
	teletext.cpp \
	tstools.cpp \
	volume.cpp

dvbincludedir = $(pkgincludedir)/lib/dvb
dvbinclude_HEADERS = \
	crc32.h \
	db.h \
	decoder.h \
	demux.h \
	dvb.h \
	dvbtime.h \
	eit.h \
	epgcache.h \
	esection.h \
	frontend.h \
	frontendparms.h \
	idemux.h \
	idvb.h \
	isection.h \
	list.h \
	metaparser.h \
	pesparse.h \
	pmt.h \
	pvrparse.h \
	radiotext.h \
	rotor_calc.h \
	scan.h \
	sec.h \
	specs.h \
	subtitle.h \
	teletext.h \
	tstools.h \
	volume.h