From 1b4c1658fc24b851a7f83e9190ecc6aacbc9f23b 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 15ec8af..52f40dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ -- cgit v1.2.3