X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FMakefile.am;h=1cc01544a9d9cee4a0494e5215e5ca8ea947a838;hp=dbcf489eb75b970b1a15df174330264aed28daa4;hb=e03c732afb410b4d6b9f9540c36c33c941ee38f1;hpb=dba614edd2aad3c17e244914eaef3809d8300cb1 diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index dbcf489..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 = \ @@ -10,8 +12,7 @@ libenigma_python_a_SOURCES = \ enigma_python_wrap.cxx: enigma_python.i swig -I$(top_srcdir)/ -c++ -python enigma_python.i -enigma_python.i: enigma_iobject.i +installdir = $(LIBDIR)/enigma2/python -enigma_iobject.i: - find ../../.. -name "*.cpp" | xargs grep -h "DEFINE_REF" > enigma_iobject.i - \ No newline at end of file +install_DATA = \ + enigma.py