X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2FMakefile.am;h=0f13d2bffd65df25de92043b47225e28daa4d76b;hp=30de42a29b90d0e36d6aeb822d13bf412a835f3c;hb=5b615ac8adc0cacac54629eeb2dad3a31112243e;hpb=122c246222afdefdc2d50fdbac6f867849a33d5f diff --git a/lib/Makefile.am b/lib/Makefile.am index 30de42a..0f13d2b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,7 @@ lib_LIBRARIES = libht.a -libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c +libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c \ + cf.c bufio.c libht_a_CFLAGS = -fPIC if USE_EPOLL libht_a_SOURCES += mtio-epoll.c @@ -12,4 +13,5 @@ libht_a_SOURCES += mtio-select.c endif endif -pkginclude_HEADERS = utils.h mt.h log.h req.h proc.h mtio.h resp.h cf.h +pkginclude_HEADERS = utils.h mt.h log.h req.h proc.h mtio.h resp.h \ + cf.h bufio.h