X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e677ac4a7bf81391877c909a703e5918ce4a511b..35f2eed2476bcaf47f06894fb2375137bd950941:/lib/dvb/Makefile.am diff --git a/lib/dvb/Makefile.am b/lib/dvb/Makefile.am index 41ce1748..ee81c216 100644 --- a/lib/dvb/Makefile.am +++ b/lib/dvb/Makefile.am @@ -1,8 +1,12 @@ -INCLUDES = \ +SUBDIRS = lowlevel + +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_dvb.a libenigma_dvb_a_SOURCES = dvb.cpp demux.cpp frontend.cpp esection.cpp db.cpp \ - sec.cpp scan.cpp crc32.cpp pmt.cpp decoder.cpp eit.cpp - \ No newline at end of file + sec.cpp scan.cpp crc32.cpp pmt.cpp decoder.cpp eit.cpp rotor_calc.cpp \ + epgcache.cpp dvbtime.cpp metaparser.cpp volume.cpp tstools.cpp pvrparse.cpp \ + pesparse.cpp teletext.cpp radiotext.cpp subtitle.cpp +