X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=917c04a24d44728b7091642af87c6d5202a69857;hb=f9febb64c5dc15e03ecf3ca552e0654ee919b52e;hp=1a6f7e7b5b271efd1814ed7e578746f29c31d749;hpb=842bc2128b70e5390cacf83a24375cd5c0d0341c;p=jansson.git diff --git a/configure.ac b/configure.ac index 1a6f7e7..917c04a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([jansson], [1.1.2], [petri@digip.org]) +AC_INIT([jansson], [1.1.3+], [petri@digip.org]) AM_INIT_AUTOMAKE([1.10 foreign]) @@ -19,11 +19,13 @@ AC_PROG_LIBTOOL # Checks for library functions. AC_CONFIG_FILES([ + jansson.pc Makefile doc/Makefile src/Makefile test/Makefile - test/testdata/Makefile - test/testprogs/Makefile + test/bin/Makefile + test/suites/Makefile + test/suites/api/Makefile ]) AC_OUTPUT