ScanSetup.py: fix abort in transpondersearch when the external transponder tool is...
[enigma2.git] / Makefile.am
1 SUBDIRS = include lib main data po tools
2
3 installdir = $(pkglibdir)/python
4
5 install_PYTHON = \
6         Navigation.py NavigationInstance.py RecordTimer.py SleepTimer.py ServiceReference.py \
7         keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \
8         e2reactor.py
9
10 install-exec-hook:
11                 $(PYTHON) $(srcdir)/tools/genmetaindex.py $(DESTDIR)$(datadir)/meta/plugin_*.xml > $(DESTDIR)$(datadir)/meta/index-enigma2.xml
12
13 uninstall-hook:
14         $(RM) $(DESTDIR)$(datadir)/meta/index-enigma2.xml