Mercurial > urweb
comparison src/c/Makefile.in @ 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 | 7770ef82c463 |
children | 27d68ccb2c9e |
comparison
equal
deleted
inserted
replaced
1580:ec466c1e082a | 1581:1ced338f691a |
---|---|
246 liburweb_http_la_SOURCES = http.c | 246 liburweb_http_la_SOURCES = http.c |
247 liburweb_cgi_la_SOURCES = cgi.c | 247 liburweb_cgi_la_SOURCES = cgi.c |
248 liburweb_fastcgi_la_SOURCES = fastcgi.c | 248 liburweb_fastcgi_la_SOURCES = fastcgi.c |
249 liburweb_static_la_SOURCES = static.c | 249 liburweb_static_la_SOURCES = static.c |
250 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@ | 250 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@ |
251 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security | 251 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations |
252 all: all-am | 252 all: all-am |
253 | 253 |
254 .SUFFIXES: | 254 .SUFFIXES: |
255 .SUFFIXES: .c .lo .o .obj | 255 .SUFFIXES: .c .lo .o .obj |
256 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | 256 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |