diff options
author | venaas <venaas> | 2007-06-05 13:05:16 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-06-05 13:05:16 +0000 |
commit | 380b907aa703c3bbdb9a74255c4955afda028bb4 (patch) | |
tree | 8f0f503557587d0f0f19b308018e038ae1ac5a0a /Makefile.am | |
parent | a68f9bc41cf926ec860bf5b0d28eed27377ee8cd (diff) |
some minor updates
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@128 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 119021b..702e089 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,5 +10,4 @@ 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 |