From b0d618388ae24bb2bbcfbb43b313306b3b8d342f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 18 Oct 2005 00:32:54 +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(-) diff --git a/Makefile.am b/Makefile.am index cc26399..6083e63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ -- cgit v1.2.3