comparison src/c/Makefile.am @ 1581:1ced338f691a

Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X
author Adam Chlipala <adam@chlipala.net>
date Wed, 26 Oct 2011 09:10:40 -0400
parents 9cb923efea4d
children c414850f206f
comparison
equal deleted inserted replaced
1580:ec466c1e082a 1581:1ced338f691a
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 liburweb_static_la_SOURCES = static.c 7 liburweb_static_la_SOURCES = static.c
8 8
9 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@ 9 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@
10 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security 10 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations