From 9524650fad38958f6be53a65a809a77b4b0c3f12 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 18 Oct 2005 00:32:53 +0000 Subject: Change default install dir for app-default files from $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 617832b..62be8a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ -- cgit v1.2.3