jansson 1.0.2
[jansson.git] / configure.ac
index c0a095e..4a8c8e5 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([jansson], [0.1], [petri@digip.org])
+AC_INIT([jansson], [1.0.2], [petri@digip.org])
 
 AM_INIT_AUTOMAKE([1.10 foreign])
 
@@ -23,5 +23,7 @@ AC_CONFIG_FILES([
         doc/Makefile
         src/Makefile
         test/Makefile
+        test/testdata/Makefile
+        test/testprogs/Makefile
 ])
 AC_OUTPUT