Mercurial > urweb
comparison src/c/Makefile.in @ 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 | 969b90b1f2f9 |
children | 9cb923efea4d |
comparison
equal
deleted
inserted
replaced
1473:d40066b38710 | 1474:3d0cc841cafd |
---|---|
235 liburweb_la_SOURCES = memmem.c openssl.c urweb.c request.c queue.c | 235 liburweb_la_SOURCES = memmem.c openssl.c urweb.c request.c queue.c |
236 liburweb_http_la_SOURCES = http.c | 236 liburweb_http_la_SOURCES = http.c |
237 liburweb_cgi_la_SOURCES = cgi.c | 237 liburweb_cgi_la_SOURCES = cgi.c |
238 liburweb_fastcgi_la_SOURCES = fastcgi.c | 238 liburweb_fastcgi_la_SOURCES = fastcgi.c |
239 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@ | 239 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@ |
240 AM_CFLAGS = -Wimplicit -Wall -Werror | 240 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security |
241 all: all-am | 241 all: all-am |
242 | 242 |
243 .SUFFIXES: | 243 .SUFFIXES: |
244 .SUFFIXES: .c .lo .o .obj | 244 .SUFFIXES: .c .lo .o .obj |
245 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | 245 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |