aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2003-10-17 15:35:43 +0000
committerFelix Domke <tmbinc@elitedvb.net>2003-10-17 15:35:43 +0000
commitfc2f5b2cd655f1391f2abda1b39e37cdec98a951 (patch)
tree312efcea86a319de407a7c314fb981fb1c71019a /lib/dvb/Makefile.am
downloadenigma2-fc2f5b2cd655f1391f2abda1b39e37cdec98a951.tar.gz
enigma2-fc2f5b2cd655f1391f2abda1b39e37cdec98a951.zip
Initial revision
Diffstat (limited to 'lib/dvb/Makefile.am')
-rw-r--r--lib/dvb/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/dvb/Makefile.am b/lib/dvb/Makefile.am
new file mode 100644
index 00000000..a3b81bc7
--- /dev/null
+++ b/lib/dvb/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = \
+ -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
+ \ No newline at end of file