From 96b320d3d1b921cad7a94027b449dacd49470117 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 29 Oct 2010 00:05:46 +0200 Subject: build and link static libraries without libtool --- lib/python/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/python') 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 = \ -- cgit v1.2.3