follow hotplug-ng changes
[enigma2.git] / lib / python / Makefile.am
index e0d5f0cd7656bc6d3c643f46fb4759afbbc6c2e3..c64946a54dd9ef47d52b08dca6e427f1e7785052 100644 (file)
@@ -10,12 +10,12 @@ 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
-       echo "#include <lib/python/python.h>" > bla.cxx
-       cat enigma_python_wrap.cxx >> bla.cxx
-       mv bla.cxx enigma_python_wrap.cxx
+       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
 
-install_DATA = \
+install_PYTHON = \
        enigma.py