diff options
author | linus <linus> | 2010-03-25 14:17:44 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-25 14:17:44 +0000 |
commit | 9c0da8c29ef501854e01662889ecfe1aad56cabf (patch) | |
tree | 7557d8319f8295bd7a00656791b41af305f0c7f5 | |
parent | eff1f8d633fa2b07396e1d1f82043823d6916ba2 (diff) |
Add `-Wall' to CFLAGS.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@531 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 206e3c6..6b2fa98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |