X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fc045d731e16175e39fdd4f618f3b174ec538948..fd5a1e3424a2363e4204f1ac59b467b7cd599d29:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 05359e4b..d87e63f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,10 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = lib main data po +SUBDIRS = lib main data po tools installdir = $(LIBDIR)/enigma2/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 + keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \ + e2reactor.py