X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FMakefile.am;h=e38f7d8240eb308ae0d1dbc2c75ee4b709f825a6;hp=e82cb650077b36f0138837f682494cec3230a04b;hb=0a62b65175152c42976d4cb04fb7026d9f910915;hpb=9202d4248dd7df2f6e5eb53b4154c8297ec9b1d1 diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e82cb65..e38f7d8 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -2,10 +2,22 @@ INCLUDES = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src +SUBDIRS = Components Tools Screens Plugins + noinst_LIBRARIES = libenigma_python.a 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 + +CLEANFILES = enigma.py enigma_python_wrap.cxx + +installdir = $(pkglibdir)/python + +install_PYTHON = \ + enigma.py