aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile.am
diff options
context:
space:
mode:
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 = \