aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@saftware.de>2009-08-15 16:59:30 +0200
committerAndreas Oberritter <obi@saftware.de>2009-08-15 16:59:30 +0200
commit93119b6552ecbfebf92d96a6aef2049b0fb1f600 (patch)
treeb145a34fa5101a69174f46ea9152e4fab2369082 /Makefile.am
parentb774bd614bde6c4fd5c55a882ac70c009c7c76ff (diff)
downloadenigma2-93119b6552ecbfebf92d96a6aef2049b0fb1f600.tar.gz
enigma2-93119b6552ecbfebf92d96a6aef2049b0fb1f600.zip
update all Makefile.am files
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index fd1a7c5f..813e4f7d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,6 @@
-AUTOMAKE_OPTIONS = gnu
-
SUBDIRS = lib main data po tools
-installdir = $(LIBDIR)/enigma2/python
+installdir = $(pkglibdir)/python
install_PYTHON = \
Navigation.py NavigationInstance.py RecordTimer.py SleepTimer.py ServiceReference.py \