diff options
Diffstat (limited to 'lib/python/Makefile.am')
| -rw-r--r-- | lib/python/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
