Added a generic config parser/child handler and used it for dirplex and patplex.
[ashd.git] / lib / Makefile.am
index 74dec1a..4de8166 100644 (file)
@@ -1,5 +1,5 @@
 noinst_LIBRARIES = libht.a
 
-libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c
+libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c
 libht_a_CFLAGS = -fPIC
 libht_a_CPPFLAGS = -D_GNU_SOURCE