diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-29 00:05:46 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:38 +0100 |
| commit | 96b320d3d1b921cad7a94027b449dacd49470117 (patch) | |
| tree | a82a013d02f62897b368a91183159a8f0b5a4556 /lib/components | |
| parent | 7e255940012b15081845e434bb93fa7f1e812625 (diff) | |
| download | enigma2-96b320d3d1b921cad7a94027b449dacd49470117.tar.gz enigma2-96b320d3d1b921cad7a94027b449dacd49470117.zip | |
build and link static libraries without libtool
Diffstat (limited to 'lib/components')
| -rw-r--r-- | lib/components/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |
