X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fc045d731e16175e39fdd4f618f3b174ec538948..a352eedba61b1a74b91db4005f7d9a24f8ac2848:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 05359e4b..fd1a7c5f 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 + 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