diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-11 16:50:08 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-11 16:50:08 +0200 |
commit | 3a4d6a85fb9ca74775b87080fc44c393836007de (patch) | |
tree | baeca837fe4fb8c2b71f8a16d8de765304c48f62 /Makefile.am | |
parent | d40144aec7a0bf59a05f236102bf094363caa32e (diff) |
Honour configure option --sysconfdir.
This closes RADSECPROXY-31.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |