From 93119b6552ecbfebf92d96a6aef2049b0fb1f600 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 15 Aug 2009 16:59:30 +0200 Subject: 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 --- data/countries/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'data/countries') diff --git a/data/countries/Makefile.am b/data/countries/Makefile.am index 7b2ccc03..4b02f4c6 100644 --- a/data/countries/Makefile.am +++ b/data/countries/Makefile.am @@ -1,6 +1,4 @@ -AUTOMAKE_OPTIONS = gnu - -installdir = $(DATADIR)/enigma2/countries +installdir = $(pkgdatadir)/countries install_DATA = \ *.png -- cgit v1.2.3