diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-28 18:31:46 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-28 18:31:46 +0200 |
commit | d6a4f895ffbcba73aa8f85f2908df0f5585424d8 (patch) | |
tree | 1afc6c60dde931b4254833e0424615bc6e34cc95 /Makefile.am | |
parent | 7197613312b2354bca8df36611634ddf15e62700 (diff) |
Correct compiler and linker flags.
We don't need LDFLAGS when building librsp sources.
s/catgconf/radsecproxy_conf/.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
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 = \ |