build: Use AS_HELP_STRING.
[ashd.git] / lib / Makefile.am
CommitLineData
349b2564 1lib_LIBRARIES = libht.a
f0bbedf7 2
349b2564 3libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c
a6cda4dd 4libht_a_CFLAGS = -fPIC
a6cda4dd
FT
5if USE_EPOLL
6libht_a_SOURCES += mtio-epoll.c
7else
8libht_a_SOURCES += mtio-select.c
9endif
349b2564
FT
10
11pkginclude_HEADERS = utils.h mt.h log.h req.h proc.h mtio.h resp.h cf.h