From 7d7ca8ee2eaae704989a1552ad429794d402f550 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 23 Nov 2006 16:31:19 +0000 Subject: add PyObject refcount debugging code --- lib/python/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Makefile.am') 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 " > bla.cxx + cat enigma_python_wrap.cxx >> bla.cxx + mv bla.cxx enigma_python_wrap.cxx installdir = $(LIBDIR)/enigma2/python -- cgit v1.2.3