Merge commit 'origin/translations' into experimental
[enigma2.git] / lib / dvb / Makefile.am
1 SUBDIRS = lowlevel
2
3 INCLUDES = \
4         -I$(top_srcdir)/include
5
6 noinst_LIBRARIES = libenigma_dvb.a
7
8 libenigma_dvb_a_SOURCES = dvb.cpp demux.cpp frontend.cpp esection.cpp db.cpp \
9         sec.cpp scan.cpp crc32.cpp pmt.cpp decoder.cpp eit.cpp rotor_calc.cpp \
10         epgcache.cpp dvbtime.cpp metaparser.cpp volume.cpp tstools.cpp pvrparse.cpp \
11         pesparse.cpp teletext.cpp radiotext.cpp subtitle.cpp
12