view src/c/Makefile.am @ 1306:3a845f2ce9e9

:::_ notation; switch to TooDeep error message
author Adam Chlipala <adam@chlipala.net>
date Sun, 10 Oct 2010 20:33:10 -0400
parents b08b73591d2c
children b2bc8bcd546f
line wrap: on
line source
lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la

liburweb_la_SOURCES = memmem.c mhash.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
AM_CFLAGS = -Wimplicit -Wall -Werror