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