From 6e5c15403086f0610250104120408787c8c67d47 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 23 Apr 2007 00:42:37 +0000 Subject: [PATCH] parallel build fix, thanks to pieter --- lib/python/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index 9eb13df7..945927a6 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -13,6 +13,8 @@ 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 + installdir = $(LIBDIR)/enigma2/python install_DATA = \ -- 2.30.2