X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f4238833e9367caa71d9182cb214417d91067ef6..96ac5ba0afb7fb1ea96aee24fc497e76dc2c652b:/lib/python/Makefile.am diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e82cb650..1877efc1 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -2,10 +2,22 @@ INCLUDES = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src +SUBDIRS = Components Tools Screens Plugins + noinst_LIBRARIES = libenigma_python.a libenigma_python_a_SOURCES = \ python.cpp enigma_python_wrap.cxx connections.cpp enigma_python_wrap.cxx: enigma_python.i - swig -I$(top_srcdir)/ -c++ -python enigma_python.i + swig -I$(top_srcdir)/ -c++ -python -O -nortti -nothreads enigma_python.i + python enigma_py_patcher.py + +enigma.py: enigma_python_wrap.cxx + +CLEANFILES = enigma.py enigma_python_wrap.cxx + +installdir = $(LIBDIR)/enigma2/python + +install_PYTHON = \ + enigma.py