summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2011-05-19 09:30:06 +0200
committerEgbert Eich <eich@freedesktop.org>2013-01-04 05:40:32 -0500
commit41a2f89c2644dc66fbddf84af7cf02f0be323059 (patch)
treea139352d1d1adc1345fd465a112eca0c4ef12796
parent4e07066c12f2e2ef69ec4e56f702452c1216c035 (diff)
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 <eich@freedesktop.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) \