X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Makefile.am;h=19b44e47196709fc97c35af40ba56a1f5f035294;hp=89cf24db9f0bd4cd515ef232abe3183349e54ed7;hb=493b7f189680b24565dbcd5b0233577c14930cdf;hpb=60a70ed1710ea89c6ef7a0c4052843209b886d69 diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 89cf24d..19b44e4 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,16 @@ -AUTOMAKE_OPTIONS = gnu +SUBDIRS = include lib main data po tools -SUBDIRS = lib main data +ACLOCAL_AMFLAGS = -I m4 -installdir = $(LIBDIR)/enigma2/python +installdir = $(pkglibdir)/python install_PYTHON = \ - Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py \ - keyids.py keymapparser.py mytest.py skin.py timer.py tools.py + Navigation.py NavigationInstance.py RecordTimer.py SleepTimer.py ServiceReference.py \ + keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \ + e2reactor.py + +install-exec-hook: + $(PYTHON) $(srcdir)/tools/genmetaindex.py $(DESTDIR)$(datadir)/meta/plugin_*.xml > $(DESTDIR)$(datadir)/meta/index-enigma2.xml + +uninstall-hook: + $(RM) $(DESTDIR)$(datadir)/meta/index-enigma2.xml