From dba614edd2aad3c17e244914eaef3809d8300cb1 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 27 Feb 2005 02:20:31 +0000 Subject: - hopefully fixed some python/refcount stuff (__deref__ is still evil!) - first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished --- lib/python/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/python/Makefile.am') diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e82cb650..dbcf489e 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -9,3 +9,9 @@ libenigma_python_a_SOURCES = \ enigma_python_wrap.cxx: enigma_python.i swig -I$(top_srcdir)/ -c++ -python enigma_python.i + +enigma_python.i: enigma_iobject.i + +enigma_iobject.i: + find ../../.. -name "*.cpp" | xargs grep -h "DEFINE_REF" > enigma_iobject.i + \ No newline at end of file -- cgit v1.2.3