X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FMakefile.am;h=e38f7d8240eb308ae0d1dbc2c75ee4b709f825a6;hb=6be1855d457d28e25917a29f710f2401519d7160;hp=9eb13df7f45d77d9359df97d1e4b1d6e3ad654cb;hpb=ed40f6f85c9c07c3c1224ae20601082c0309a631;p=vuplus_dvbapp diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index 9eb13df..e38f7d8 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -13,7 +13,11 @@ enigma_python_wrap.cxx: 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