From 62455fd662f08b1f81cbb08ccb2c199cde0b9e97 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 25 Oct 2010 22:29:45 +0000 Subject: clean up build #2 * use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files --- lib/driver/Makefile.am | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'lib/driver') diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am index 4b8fc086..74d24fab 100644 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -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 libenigma_driver_la_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 -- cgit v1.2.3