X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=configure.ac;h=d48f13ce11ac32d6ffc4e531507e9729827e65fe;hb=649f3d86cbc8702a0f570d251aecfb65ad8eb5f4;hp=3c21c101d7634c0e5af4cd0780672ad41b134168;hpb=7ddfd60aef5e67058e1e6cb70debd3da01317825;p=backups%2F.git diff --git a/configure.ac b/configure.ac index 3c21c10..d48f13c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([inc-backups], 0.1) +AC_INIT([inc-backups], 0.2) AC_CONFIG_HEADERS([config.h]) AC_COPYRIGHT([(c) Carl Baldwin. All Rights Reserved. ]) @@ -9,5 +9,6 @@ AC_PROG_INSTALL() AC_PROG_RANLIB() AC_CONFIG_FILES( [Makefile] ) +AC_CONFIG_FILES( [scripts/Makefile] ) AC_OUTPUT