picexif: fix buffer overflow
[enigma2.git] / lib / dvb / Makefile.am
index 91464982298cc2794432a285a88fc64c8c83b0d5..9b3375567f6bc592009133ca3f31c2c17aaeb6c1 100644 (file)
@@ -6,56 +6,59 @@ AM_CPPFLAGS = \
        -include Python.h \
        -include $(top_builddir)/enigma2_config.h
 
-noinst_LTLIBRARIES = libenigma_dvb.la
+noinst_LIBRARIES = libenigma_dvb.a
 
-libenigma_dvb_la_SOURCES = \
+libenigma_dvb_a_SOURCES = \
        crc32.cpp \
-       crc32.h \
        db.cpp \
-       db.h \
        decoder.cpp \
-       decoder.h \
        demux.cpp \
-       demux.h \
        dvb.cpp \
-       dvb.h \
        dvbtime.cpp \
-       dvbtime.h \
        eit.cpp \
-       eit.h \
        epgcache.cpp \
-       epgcache.h \
        esection.cpp \
-       esection.h \
        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.cpp \
        metaparser.h \
-       pesparse.cpp \
        pesparse.h \
-       pmt.cpp \
        pmt.h \
-       pvrparse.cpp \
        pvrparse.h \
-       radiotext.cpp \
        radiotext.h \
-       rotor_calc.cpp \
        rotor_calc.h \
-       scan.cpp \
        scan.h \
-       sec.cpp \
        sec.h \
        specs.h \
-       subtitle.cpp \
        subtitle.h \
-       teletext.cpp \
        teletext.h \
-       tstools.cpp \
        tstools.h \
-       volume.cpp \
        volume.h