summaryrefslogtreecommitdiff
path: root/src/c/Makefile.am
blob: 91b48df53185accbd78da616140ad4c4e83337e9 (plain)
1
2
3
4
5
6
7
8
9
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