X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=1caffa4c9add712211c4fb6bc692b99344ee0eb6;hb=0ffa32c4daf36b425e7aca8caf1d2f81809be2ee;hp=3ab3616018fefee33d5ab5df36474c0f43d7ddbe;hpb=57e685a242d6a8429f240a01c83587d50429b8e4;p=ppastats.git diff --git a/configure.ac b/configure.ac index 3ab3616..1caffa4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([ppastats], [0.0.1],[jeanfi@gmail.com],[ppastats],[http://wpitchoune.net/ppastats]) +AC_INIT([ppastats], [0.0.2],[jeanfi@gmail.com],[ppastats],[http://wpitchoune.net/ppastats]) AM_INIT_AUTOMAKE([-Wall -Werror gnu]) @@ -34,6 +34,8 @@ AC_SUBST(JSON_LIBS) AC_CONFIG_FILES([ Makefile src/Makefile + tests/Makefile + www/Makefile ]) AC_CHECK_PROGS([HELP2MAN], [help2man])