X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Makefile.am;h=19b44e47196709fc97c35af40ba56a1f5f035294;hp=05359e4b3e3eaa4cb2ff85a3defe1186b15d5b01;hb=e1e6aacdd3e8d8694bd79b668f7f122ad9db1b0c;hpb=fc045d731e16175e39fdd4f618f3b174ec538948 diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 05359e4..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 po +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 GlobalActions.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