X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FMakefile.am;h=e38f7d8240eb308ae0d1dbc2c75ee4b709f825a6;hb=e4377b927b5fbbc01ff6f9e62b9ca5f7343d033f;hp=1cc01544a9d9cee4a0494e5215e5ca8ea947a838;hpb=d9b91542e07a2296b69141433d863fe8028b148e;p=vuplus_dvbapp diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index 1cc0154..e38f7d8 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -10,9 +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 + swig -I$(top_srcdir)/ -c++ -python -O -nortti -nothreads enigma_python.i + python enigma_py_patcher.py -installdir = $(LIBDIR)/enigma2/python +enigma.py: enigma_python_wrap.cxx -install_DATA = \ +CLEANFILES = enigma.py enigma_python_wrap.cxx + +installdir = $(pkglibdir)/python + +install_PYTHON = \ enigma.py