From f4921bf85b87cfa641878160b9b6525eaef25d3d Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 5 Jun 2007 12:44:13 +0000 Subject: 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 --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.1