From 3a4d6a85fb9ca74775b87080fc44c393836007de Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 11 Apr 2012 16:50:08 +0200 Subject: Honour configure option --sysconfdir. This closes RADSECPROXY-31. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 174d37f..3636c3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ radsecproxy_conf_SOURCES = \ util.c util.h #################### +AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" AM_CFLAGS = \ -g -Wall -Werror -fno-strict-aliasing @SSL_CFLAGS@ @TARGET_CFLAGS@ -- cgit v1.1