diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-24 21:58:23 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-24 21:58:23 +0000 |
| commit | d9b91542e07a2296b69141433d863fe8028b148e (patch) | |
| tree | c72c08497b1fa207b11dad421085d6947ae66dab /lib/python/Makefile.am | |
| parent | 4a2d077400b4db14df1d28d84f9c078392d4da28 (diff) | |
| download | enigma2-d9b91542e07a2296b69141433d863fe8028b148e.tar.gz enigma2-d9b91542e07a2296b69141433d863fe8028b148e.zip | |
remove non working python refcount debugging code
Diffstat (limited to 'lib/python/Makefile.am')
| -rw-r--r-- | lib/python/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e0d5f0cd..1cc01544 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -11,9 +11,6 @@ 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 |
