diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-04-23 00:42:37 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-04-23 00:42:37 +0000 |
| commit | 6e5c15403086f0610250104120408787c8c67d47 (patch) | |
| tree | 36fae3372883116bae3c63dfe31391e7dedc2e62 /lib/python | |
| parent | 78e893472c0bef2f78b8c1ed0e98b28dae429ab2 (diff) | |
| download | enigma2-6e5c15403086f0610250104120408787c8c67d47.tar.gz enigma2-6e5c15403086f0610250104120408787c8c67d47.zip | |
parallel build fix, thanks to pieter
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 = \ |
