X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9202d4248dd7df2f6e5eb53b4154c8297ec9b1d1..9925392e576717cc0df070ace822a6f392808bb7:/lib/python/Makefile.am diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e82cb650..e94d36f4 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -2,6 +2,8 @@ INCLUDES = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src +SUBDIRS = Components Tools Screens + noinst_LIBRARIES = libenigma_python.a libenigma_python_a_SOURCES = \ @@ -9,3 +11,8 @@ libenigma_python_a_SOURCES = \ enigma_python_wrap.cxx: enigma_python.i swig -I$(top_srcdir)/ -c++ -python enigma_python.i + +installdir = $(LIBDIR)/enigma2/python + +install_DATA = \ + enigma.py