X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FMakefile.am;h=e38f7d8240eb308ae0d1dbc2c75ee4b709f825a6;hp=e94d36f450f79b174667f31c1d9dd4f5a737fa41;hb=c437ed274b0155ecdeb7382d6ee46d67a53755b9;hpb=f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172 diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e94d36f..e38f7d8 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src -SUBDIRS = Components Tools Screens +SUBDIRS = Components Tools Screens Plugins noinst_LIBRARIES = libenigma_python.a @@ -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