Mercurial > urweb
annotate src/c/Makefile.am @ 1489:4437b008e0ab
Narrow Maybe match case.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Wed, 06 Jul 2011 18:54:23 -0430 |
parents | 3d0cc841cafd |
children | 9cb923efea4d |
rev | line source |
---|---|
adamc@1132 | 1 lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la |
adamc@1132 | 2 |
adam@1368 | 3 liburweb_la_SOURCES = memmem.c openssl.c urweb.c request.c queue.c |
adamc@1132 | 4 liburweb_http_la_SOURCES = http.c |
adamc@1132 | 5 liburweb_cgi_la_SOURCES = cgi.c |
adamc@1132 | 6 liburweb_fastcgi_la_SOURCES = fastcgi.c |
adamc@1132 | 7 |
adam@1368 | 8 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@ |
adam@1474 | 9 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security |