build: Use AS_HELP_STRING.
[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
5if USE_EPOLL
6libht_a_SOURCES += mtio-epoll.c
7else
8libht_a_SOURCES += mtio-select.c
9endif
10
11pkginclude_HEADERS = utils.h mt.h log.h req.h proc.h mtio.h resp.h cf.h