Ignore SIGPIPE (non-inheritably) in dirplex, patplex, userplex and callscgi.
[ashd.git] / configure.in
index fd42fd9..ca57d22 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(src/htparser.c)
-AM_INIT_AUTOMAKE([ashd], [0.1])
+AM_INIT_AUTOMAKE([ashd], [0.2])
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
@@ -57,5 +57,7 @@ AC_SUBST(GNUTLS_LIBS)
 AC_OUTPUT([
 Makefile
 src/Makefile
+src/dirplex/Makefile
 lib/Makefile
+doc/Makefile
 ])