add eEnv::resolve() to resolve install paths at runtime
[enigma2.git] / lib / driver / Makefile.am
index 33759731ece56bae498847b714af53c49d32af92..74d24fab6947a7ebbce205fe0c15846161c55c90 100644 (file)
@@ -1,8 +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
+noinst_LTLIBRARIES = libenigma_driver.la
 
-libenigma_driver_a_SOURCES = \
-       rc.cpp rcinput.cpp rcconsole.cpp avswitch.cpp
-       
\ No newline at end of file
+libenigma_driver_la_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