1 lib_LIBRARIES = libht.a
3 libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c \
7 libht_a_SOURCES += mtio-epoll.c
10 libht_a_SOURCES += mtio-kqueue.c
12 libht_a_SOURCES += mtio-select.c
16 pkginclude_HEADERS = utils.h mt.h log.h req.h proc.h mtio.h resp.h \