etc: Add environment option to run init.d/ashd silently.
[ashd.git] / lib / Makefile.am
CommitLineData
349b2564 1lib_LIBRARIES = libht.a
f0bbedf7 2
5b615ac8
FT
3libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c \
4 cf.c bufio.c
a6cda4dd 5libht_a_CFLAGS = -fPIC
a6cda4dd
FT
6if USE_EPOLL
7libht_a_SOURCES += mtio-epoll.c
8else
ac612570
FT
9if USE_KQUEUE
10libht_a_SOURCES += mtio-kqueue.c
11else
a6cda4dd
FT
12libht_a_SOURCES += mtio-select.c
13endif
ac612570 14endif
349b2564 15
5b615ac8
FT
16pkginclude_HEADERS = utils.h mt.h log.h req.h proc.h mtio.h resp.h \
17 cf.h bufio.h