diff options
author | linus <linus> | 2010-03-25 14:18:12 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-25 14:18:12 +0000 |
commit | 8199438054dd0f52dac9c2549b1c6aa31a731065 (patch) | |
tree | d15f5e8b874a47c3dd4cc1c0778825083503bb49 | |
parent | 9c0da8c29ef501854e01662889ecfe1aad56cabf (diff) |
Regenerate.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@532 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5f318ec..c54e053 100644 --- a/Makefile.in +++ b/Makefile.in @@ -230,7 +230,7 @@ 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@ |