Mercurial > urweb
view src/c/Makefile.am @ 1482:8314f1a309e7
Clarify about implicit folder arguments
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 28 Jun 2011 08:07:20 -0400 |
parents | 3d0cc841cafd |
children | 9cb923efea4d |
line wrap: on
line source
lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la liburweb_la_SOURCES = memmem.c openssl.c urweb.c request.c queue.c liburweb_http_la_SOURCES = http.c liburweb_cgi_la_SOURCES = cgi.c liburweb_fastcgi_la_SOURCES = fastcgi.c AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@ AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security