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/components/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/components') diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index cef5890e..e873e525 100644 --- a/lib/components/Makefile.am +++ b/lib/components/Makefile.am @@ -4,9 +4,9 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h -noinst_LTLIBRARIES = libenigma_components.la +noinst_LIBRARIES = libenigma_components.a -libenigma_components_la_SOURCES = \ +libenigma_components_a_SOURCES = \ file_eraser.cpp \ file_eraser.h \ scan.cpp \ -- cgit v1.2.3