parallel build fix, thanks to pieter
[enigma2.git] / lib / python / Makefile.am
index 1cc01544a9d9cee4a0494e5215e5ca8ea947a838..945927a60fc6c23786d19d823f543b60085db33c 100644 (file)
@@ -10,7 +10,10 @@ 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
 
 installdir = $(LIBDIR)/enigma2/python