X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e66186ea39574e7204e57bb49c7753ebd7ff94b4..7ff071c7f0df631ca273d7f29472f8b5568818f9:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index f0807b7a..19b44e47 --- 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_DATA = \ - Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py \ - keyids.py keymapparser.py mytest.py skin.py timer.py tools.py +install_PYTHON = \ + 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