X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FMakefile.am;h=1cc01544a9d9cee4a0494e5215e5ca8ea947a838;hp=e82cb650077b36f0138837f682494cec3230a04b;hb=9c23db1bfd7ff0d851e9557124deb69aa9789105;hpb=f4238833e9367caa71d9182cb214417d91067ef6 diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e82cb65..1cc0154 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 Plugins + 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