From 3adc2f935be9541b01e48c394a93b509553eeda0 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 11 Mar 2009 14:33:44 +0000 Subject: improved the solaris depenendent stuff git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@489 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 06d9c1f..1422223 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ radsecproxy_SOURCES = radsecproxy.c \ tls.h \ dtls.h -radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ @TARGET_CFLAGS@ +radsecproxy_CFLAGS = -g @SSL_CFLAGS@ @TARGET_CFLAGS@ radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@ radsecproxy_LDADD = @SSL_LIBS@ -- cgit v1.1