aboutsummaryrefslogtreecommitdiff
path: root/lib/components/Makefile.am
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-22 16:10:02 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:09:12 +0100
commit97b86324d322309843cc5d9d93b039d706c5ae58 (patch)
tree8dbe7f23a3ef31bbaa8a3ac131961aee215555b4 /lib/components/Makefile.am
parent35f2eed2476bcaf47f06894fb2375137bd950941 (diff)
downloadenigma2-97b86324d322309843cc5d9d93b039d706c5ae58.tar.gz
enigma2-97b86324d322309843cc5d9d93b039d706c5ae58.zip
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
Diffstat (limited to 'lib/components/Makefile.am')
-rw-r--r--lib/components/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am
index e6d21d7a..960e101c 100644
--- a/lib/components/Makefile.am
+++ b/lib/components/Makefile.am
@@ -1,6 +1,8 @@
AM_CPPFLAGS = \
- -I$(top_srcdir)/include
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/include \
+ -include Python.h
-noinst_LIBRARIES = libenigma_components.a
+noinst_LTLIBRARIES = libenigma_components.la
-libenigma_components_a_SOURCES = scan.cpp file_eraser.cpp
+libenigma_components_la_SOURCES = scan.cpp file_eraser.cpp