summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-09-28 18:31:46 +0200
committerLinus Nordberg <linus@nordu.net>2011-09-28 18:31:46 +0200
commitd6a4f895ffbcba73aa8f85f2908df0f5585424d8 (patch)
tree1afc6c60dde931b4254833e0424615bc6e34cc95
parent7197613312b2354bca8df36611634ddf15e62700 (diff)
Correct compiler and linker flags.
We don't need LDFLAGS when building librsp sources. s/catgconf/radsecproxy_conf/.
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index fa2ae4c..5ff0421 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,13 +36,12 @@ radsecproxy_conf_SOURCES = \
librsp_a_CFLAGS = \
-g -Wall -Werror -fno-strict-aliasing @SSL_CFLAGS@ @TARGET_CFLAGS@
-librsp_a_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
radsecproxy_CFLAGS = $(librsp_a_CFLAGS)
-radsecproxy_LDFLAGS = $(librsp_a_LDFLAGS)
+radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
radsecproxy_LDADD = librsp.a @SSL_LIBS@
-catgconf_CFLAGS = -g -Wall -fno-strict-aliasing @TARGET_CFLAGS@
-catgconf_LDFLAGS = @TARGET_LDFLAGS@
+radsecproxy_conf_CFLAGS = -g -Wall -fno-strict-aliasing @TARGET_CFLAGS@
+radsecproxy_conf_LDFLAGS = @TARGET_LDFLAGS@
dist_man_MANS = radsecproxy.1 $(GENMANPAGES)
EXTRA_DIST = \