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/nav | |
| parent | 7e255940012b15081845e434bb93fa7f1e812625 (diff) | |
| download | enigma2-96b320d3d1b921cad7a94027b449dacd49470117.tar.gz enigma2-96b320d3d1b921cad7a94027b449dacd49470117.zip | |
build and link static libraries without libtool
Diffstat (limited to 'lib/nav')
| -rw-r--r-- | lib/nav/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nav/Makefile.am b/lib/nav/Makefile.am index c6d1c927..fc3dadc7 100644 --- a/lib/nav/Makefile.am +++ b/lib/nav/Makefile.am @@ -4,9 +4,9 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h -noinst_LTLIBRARIES = libenigma_nav.la +noinst_LIBRARIES = libenigma_nav.a -libenigma_nav_la_SOURCES = \ +libenigma_nav_a_SOURCES = \ core.cpp \ core.h \ pcore.cpp \ |
