From 97b86324d322309843cc5d9d93b039d706c5ae58 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 22 Oct 2010 16:10:02 +0000 Subject: clean up build * reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h --- lib/driver/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/driver') diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am index 244c1324..4b8fc086 100644 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -1,7 +1,9 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/include + -I$(top_srcdir) \ + -I$(top_srcdir)/include \ + -include Python.h -noinst_LIBRARIES = libenigma_driver.a +noinst_LTLIBRARIES = libenigma_driver.la -libenigma_driver_a_SOURCES = \ +libenigma_driver_la_SOURCES = \ rc.cpp rcinput.cpp rcconsole.cpp avswitch.cpp rfmod.cpp etimezone.cpp misc_options.cpp -- cgit v1.2.3