X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ed40f6f85c9c07c3c1224ae20601082c0309a631..96ac5ba0afb7fb1ea96aee24fc497e76dc2c652b:/lib/python/Makefile.am diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index 9eb13df7..1877efc1 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 +enigma.py: enigma_python_wrap.cxx + +CLEANFILES = enigma.py enigma_python_wrap.cxx + installdir = $(LIBDIR)/enigma2/python -install_DATA = \ +install_PYTHON = \ enigma.py