Mercurial > urweb
comparison src/c/Makefile.am @ 1474:3d0cc841cafd
Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 17 Jun 2011 11:52:56 -0400 |
parents | b2bc8bcd546f |
children | 9cb923efea4d |
comparison
equal
deleted
inserted
replaced
1473:d40066b38710 | 1474:3d0cc841cafd |
---|---|
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 @OPENSSL_INCLUDES@ | 8 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@ |
9 AM_CFLAGS = -Wimplicit -Wall -Werror | 9 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security |