simplify GUIcreate/createWidget, fix base class order
[enigma2.git] / lib / python / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)/include \
3         -I$(top_srcdir)/src
4
5 SUBDIRS = Components Tools Screens Plugins
6
7 noinst_LIBRARIES = libenigma_python.a
8
9 libenigma_python_a_SOURCES = \
10         python.cpp enigma_python_wrap.cxx connections.cpp
11
12 enigma_python_wrap.cxx: enigma_python.i
13         swig -I$(top_srcdir)/ -c++ -python enigma_python.i
14
15 installdir = $(LIBDIR)/enigma2/python
16
17 install_DATA = \
18         enigma.py