summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-04-01 19:51:24 +0200
committerDave Davenport <qball@gmpclient.org>2016-04-01 19:51:24 +0200
commitd3350afbed434b8588fb92269bc6f1919e39d1af (patch)
treea6a9a8707c39dc0924a09c557692200b9a064739 /Makefile.am
parent53242dab7db4f43872936e06d991982e75ff44fb (diff)
Use SYSCONFDIR
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c27737d..769bcc4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,8 @@ rofi_CFLAGS=\
-I$(top_srcdir)/include/\
-I$(top_srcdir)/config/\
-I$(top_builddir)/\
- -Werror=missing-prototypes
+ -Werror=missing-prototypes\
+ -DSYSCONFDIR=\"$(sysconfdir)\"
rofi_LDADD=\
$(glib_LIBS)\