diff options
| author | Andreas Oberritter <obi@saftware.de> | 2009-08-15 16:59:30 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2009-08-15 16:59:30 +0200 |
| commit | 93119b6552ecbfebf92d96a6aef2049b0fb1f600 (patch) | |
| tree | b145a34fa5101a69174f46ea9152e4fab2369082 /lib/python/Components/Converter | |
| parent | b774bd614bde6c4fd5c55a882ac70c009c7c76ff (diff) | |
| download | enigma2-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 'lib/python/Components/Converter')
| -rw-r--r-- | lib/python/Components/Converter/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/Makefile.am b/lib/python/Components/Converter/Makefile.am index da226f82..75c8a08e 100644 --- a/lib/python/Components/Converter/Makefile.am +++ b/lib/python/Components/Converter/Makefile.am @@ -1,4 +1,4 @@ -installdir = $(LIBDIR)/enigma2/python/Components/Converter +installdir = $(pkglibdir)/python/Components/Converter install_PYTHON = \ __init__.py ClockToText.py Converter.py EventName.py StaticText.py EventTime.py \ |
