summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinus <linus>2010-03-30 10:00:17 +0000
committerlinus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2010-03-30 10:00:17 +0000
commit5d80fb5e4ff9af652721110f057ddaa5bebb6650 (patch)
treed413e5149d845e64f6621e70aed229bacd902ebc
parent152ab64e1c6bbb425f4c78844a3939561553b900 (diff)
Regenerate (again -- missed -Wall in catgconf_CFLAGS)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@536 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c54e053..853a8d9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -233,7 +233,7 @@ catgconf_SOURCES = debug.c \
radsecproxy_CFLAGS = -g -Wall @SSL_CFLAGS@ @TARGET_CFLAGS@
radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
radsecproxy_LDADD = @SSL_LIBS@
-catgconf_CFLAGS = -g @TARGET_CFLAGS@
+catgconf_CFLAGS = -g -Wall @TARGET_CFLAGS@
catgconf_LDFLAGS = @TARGET_LDFLAGS@
EXTRA_DIST = radsecproxy.conf-example \
radsecproxy.1 \