diff options
author | venaas <venaas> | 2007-06-05 12:44:13 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-06-05 12:44:13 +0000 |
commit | f4921bf85b87cfa641878160b9b6525eaef25d3d (patch) | |
tree | 4786805f243e9b070645b1d2bf0e0a37e4bea0b9 /Makefile.am | |
parent | cddbe54d60b854acd09001beaefc70d27bb4c9a7 (diff) |
This is the very real 1.0-alpha release (no code changes since previous)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@127 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 119021b..29f38b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,8 @@ radsecproxy_SOURCES = radsecproxy.c \ radsecproxy.h \ debug.h -radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ +radsecproxy_CFLAGS = -Wall -pedantic -pthread @SSL_CFLAGS@ radsecproxy_LDFLAGS = @SSL_LDFLAGS@ radsecproxy_LDADD = @SSL_LIBS@ -sysconfdir = ${prefix}/etc/radsecproxy dist_sysconf_DATA = $(srcdir)/radsecproxy.conf-example |