Fixed argument parsing in errlogger and multifscgi.
[ashd.git] / lib / Makefile.am
... / ...
CommitLineData
1lib_LIBRARIES = libht.a
2
3libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c
4libht_a_CFLAGS = -fPIC
5libht_a_CPPFLAGS = -D_GNU_SOURCE
6
7pkginclude_HEADERS = utils.h mt.h log.h req.h proc.h mtio.h resp.h cf.h