diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-23 16:31:19 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-23 16:31:19 +0000 |
| commit | 7d7ca8ee2eaae704989a1552ad429794d402f550 (patch) | |
| tree | 1586bab92060b0d6f8e6a447990a42e4e9f4a79b /lib/python/Makefile.am | |
| parent | 4ea3e16caea18f079d66b387d000d9ba2db8fd1b (diff) | |
| download | enigma2-7d7ca8ee2eaae704989a1552ad429794d402f550.tar.gz enigma2-7d7ca8ee2eaae704989a1552ad429794d402f550.zip | |
add PyObject refcount debugging code
Diffstat (limited to 'lib/python/Makefile.am')
| -rw-r--r-- | lib/python/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index 1cc01544..e0d5f0cd 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -11,6 +11,9 @@ libenigma_python_a_SOURCES = \ enigma_python_wrap.cxx: enigma_python.i swig -I$(top_srcdir)/ -c++ -python enigma_python.i + echo "#include <lib/python/python.h>" > bla.cxx + cat enigma_python_wrap.cxx >> bla.cxx + mv bla.cxx enigma_python_wrap.cxx installdir = $(LIBDIR)/enigma2/python |
