From 41a2f89c2644dc66fbddf84af7cf02f0be323059 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 19 May 2011 09:30:06 +0200 Subject: install: Use sysconfdir instead of libdir for config files. Most X packages today install their config files in sysconfigdir, only a few are left which still put their configuration in libdir. Signed-off-by: Egbert Eich Reviewed-by: Alan Coopersmith --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4877985..a20f483 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = proxymngr -CONFIG_DIR = $(libdir)/X11/proxymngr +CONFIG_DIR = $(sysconfdir)/X11/proxymngr AM_CFLAGS = \ $(CWARNFLAGS) \ -- cgit v1.2.3