diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 19a8a0a..119021b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,3 +9,6 @@ radsecproxy_SOURCES = radsecproxy.c \ radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ radsecproxy_LDFLAGS = @SSL_LDFLAGS@ radsecproxy_LDADD = @SSL_LIBS@ + +sysconfdir = ${prefix}/etc/radsecproxy +dist_sysconf_DATA = $(srcdir)/radsecproxy.conf-example |