aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile.am
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-29 00:05:46 +0200
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:15:38 +0100
commit96b320d3d1b921cad7a94027b449dacd49470117 (patch)
treea82a013d02f62897b368a91183159a8f0b5a4556 /lib/python/Makefile.am
parent7e255940012b15081845e434bb93fa7f1e812625 (diff)
downloadenigma2-96b320d3d1b921cad7a94027b449dacd49470117.tar.gz
enigma2-96b320d3d1b921cad7a94027b449dacd49470117.zip
build and link static libraries without libtool
Diffstat (limited to 'lib/python/Makefile.am')
-rw-r--r--lib/python/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am
index 3c213a17..5cbda780 100644
--- a/lib/python/Makefile.am
+++ b/lib/python/Makefile.am
@@ -6,16 +6,16 @@ AM_CPPFLAGS = \
SUBDIRS = Components Tools Screens Plugins
-noinst_LTLIBRARIES = libenigma_python.la
+noinst_LIBRARIES = libenigma_python.a
-libenigma_python_la_SOURCES = \
+libenigma_python_a_SOURCES = \
connections.cpp \
connections.h \
python.cpp \
python.h \
swig.h
-nodist_libenigma_python_la_SOURCES = \
+nodist_libenigma_python_a_SOURCES = \
enigma_python_wrap.cxx
EXTRA_DIST = \