build and link static libraries without libtool
[enigma2.git] / lib / driver / Makefile.am
index eff4486fe2fa469c63ef242cb95dfd0cfa293875..63a205a8976c91ec090b7240f79997abde6817bd 100644 (file)
@@ -1,7 +1,26 @@
-INCLUDES = \
-       -I$(top_srcdir)/include
+AM_CPPFLAGS = \
+       -I$(top_srcdir) \
+       -I$(top_srcdir)/include \
+       -include Python.h \
+       -include $(top_builddir)/enigma2_config.h
 
 noinst_LIBRARIES = libenigma_driver.a
 
 libenigma_driver_a_SOURCES = \
-       rc.cpp rcinput.cpp 
\ No newline at end of file
+       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