Skip to content

Commit

Permalink
Add `-Wall' to CFLAGS.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@531 e88ac4ed-0b26-0410-9574-a7f39faa03bf
  • Loading branch information
linus authored and linus committed Mar 25, 2010
1 parent eff1f8d commit 9c0da8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ catgconf_SOURCES = debug.c \
gconfig.c \
catgconf.c

radsecproxy_CFLAGS = -g @SSL_CFLAGS@ @TARGET_CFLAGS@
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 \
Expand Down

0 comments on commit 9c0da8c

Please sign in to comment.