install header files
[enigma2.git] / lib / driver / Makefile.am
index 74d24fab6947a7ebbce205fe0c15846161c55c90..88d9bec5418d94b293553e4e8fef9a2829a078ed 100644 (file)
@@ -4,23 +4,26 @@ AM_CPPFLAGS = \
        -include Python.h \
        -include $(top_builddir)/enigma2_config.h
 
-noinst_LTLIBRARIES = libenigma_driver.la
+noinst_LIBRARIES = libenigma_driver.a
 
-libenigma_driver_la_SOURCES = \
+libenigma_driver_a_SOURCES = \
        avswitch.cpp \
-       avswitch.h \
        etimezone.cpp \
+       misc_options.cpp \
+       rc.cpp \
+       rcconsole.cpp \
+       rcinput.cpp \
+       rfmod.cpp
+
+driverincludedir = $(pkgincludedir)/lib/driver
+driverinclude_HEADERS = \
+       avswitch.h \
        etimezone.h \
        input_fake.h \
-       misc_options.cpp \
        misc_options.h \
-       rc.cpp \
        rc.h \
-       rcconsole.cpp \
        rcconsole.h \
        rcdbox.h \
        rcdreambox2.h \
-       rcinput.cpp \
        rcinput.h \
-       rfmod.cpp \
        rfmod.h