clean up build
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 22 Oct 2010 16:10:02 +0000 (16:10 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 16 Nov 2010 16:09:12 +0000 (17:09 +0100)
commit97b86324d322309843cc5d9d93b039d706c5ae58
tree8dbe7f23a3ef31bbaa8a3ac131961aee215555b4
parent35f2eed2476bcaf47f06894fb2375137bd950941
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
25 files changed:
configure.ac
lib/Makefile.am
lib/actions/Makefile.am
lib/actions/action.h
lib/actions/parseactions.py
lib/base/Makefile.am
lib/base/console.h
lib/components/Makefile.am
lib/driver/Makefile.am
lib/dvb/Makefile.am
lib/dvb_ci/Makefile.am
lib/gdi/Makefile.am
lib/gui/Makefile.am
lib/mmi/Makefile.am
lib/nav/Makefile.am
lib/python/Makefile.am
lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am
lib/python/Plugins/Extensions/SocketMMI/src/Makefile.am
lib/python/connections.h
lib/python/python.h
lib/service/Makefile.am
m4/ax_pthread.m4 [new file with mode: 0644]
m4/tuxbox.m4
main/Makefile.am
tools/Makefile.am