From ddc3964ed95d01e72229dc9af968a327cd84e56c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 1 Oct 2004 13:21:35 +0000 Subject: - add python, missing gui - remove console (needs to be rewritten anyway) - eString -> std::string --- lib/python/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/python/Makefile.am (limited to 'lib/python/Makefile.am') diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am new file mode 100644 index 00000000..c3d98c0b --- /dev/null +++ b/lib/python/Makefile.am @@ -0,0 +1,12 @@ +INCLUDES = \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/src \ + -I/usr/include/python2.3 + +noinst_LIBRARIES = libenigma_python.a + +libenigma_python_a_SOURCES = \ + python.cpp enigma_python_wrap.cxx + +enigma_python_wrap.cxx: enigma_python.i + swig -I$(top_srcdir)/ -c++ -python enigma_python.i -- cgit v1.2.3