diff options
author | venaas <venaas> | 2007-05-30 14:12:27 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-30 14:12:27 +0000 |
commit | ffbed98df46863ab37ec692d2feff157d9d395e3 (patch) | |
tree | 763c4c0907e0d28ae14a9794f8d0b62bb52fc524 /Makefile.am | |
parent | 2a4307cfce414caf4dff48b7a3c53ffc8a5144e5 (diff) |
Makefile.am installs config example
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@113 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile.am')
-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 |