comparison src/c/Makefile.am @ 1134:b08b73591d2c

Switch to gcc -Wall
author Adam Chlipala <adamc@hcoop.net>
date Thu, 28 Jan 2010 13:32:26 -0500
parents d4cd54a4ea06
children b2bc8bcd546f
comparison
equal deleted inserted replaced
1133:482815817e99 1134:b08b73591d2c
4 liburweb_http_la_SOURCES = http.c 4 liburweb_http_la_SOURCES = http.c
5 liburweb_cgi_la_SOURCES = cgi.c 5 liburweb_cgi_la_SOURCES = cgi.c
6 liburweb_fastcgi_la_SOURCES = fastcgi.c 6 liburweb_fastcgi_la_SOURCES = fastcgi.c
7 7
8 AM_CPPFLAGS = -I../../include 8 AM_CPPFLAGS = -I../../include
9 AM_CFLAGS = -Wimplicit -Wall -Werror