build and link static libraries without libtool
[enigma2.git] / lib / driver / Makefile.am
index 4b8fc086b43ceb639029086403b791a83a884fa2..63a205a8976c91ec090b7240f79997abde6817bd 100644 (file)
@@ -1,9 +1,26 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/include \
-       -include Python.h
+       -include Python.h \
+       -include $(top_builddir)/enigma2_config.h
 
-noinst_LTLIBRARIES = libenigma_driver.la
+noinst_LIBRARIES = libenigma_driver.a
 
-libenigma_driver_la_SOURCES = \
-       rc.cpp rcinput.cpp rcconsole.cpp avswitch.cpp rfmod.cpp etimezone.cpp misc_options.cpp
+libenigma_driver_a_SOURCES = \
+       avswitch.cpp \
+       avswitch.h \
+       etimezone.cpp \
+       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