dump: Optimize indenting
[jansson.git] / configure.ac
index b9fb191..783e264 100644 (file)
@@ -1,8 +1,7 @@
 AC_PREREQ([2.63])
-AC_INIT([jansson], [0.1], [petri@digip.org])
+AC_INIT([jansson], [1.0+], [petri@digip.org])
 
 AM_INIT_AUTOMAKE([1.10 foreign])
-AM_MAINTAINER_MODE
 
 AC_CONFIG_SRCDIR([src/value.c])
 AC_CONFIG_HEADERS([config.h])
@@ -21,6 +20,10 @@ AC_PROG_LIBTOOL
 
 AC_CONFIG_FILES([
         Makefile
+        doc/Makefile
         src/Makefile
+        test/Makefile
+        test/testdata/Makefile
+        test/testprogs/Makefile
 ])
 AC_OUTPUT