X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FMakefile.am;h=1877efc127d30f3287fd46e4b30e6b341f420433;hp=e0d5f0cd7656bc6d3c643f46fb4759afbbc6c2e3;hb=04f4636324ab06c5a3a4f618100048e159eaf6f9;hpb=7d7ca8ee2eaae704989a1552ad429794d402f550 diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e0d5f0c..1877efc 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -10,12 +10,14 @@ 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 " > 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 + +CLEANFILES = enigma.py enigma_python_wrap.cxx installdir = $(LIBDIR)/enigma2/python -install_DATA = \ +install_PYTHON = \ enigma.py