AM_CPPFLAGS = \
- -I$(top_srcdir)/include
+ -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 rcconsole.cpp avswitch.cpp rfmod.cpp etimezone.cpp misc_options.cpp
+ 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