Moved encoding introduction to separate html page.
[gedcom-parse.git] / configure.in
index 7dc0be604e6cdc12e0486a04aa26d56e04f028e8..3a111a2d6061e476e587f49af3621c7b186800c0 100644 (file)
@@ -6,8 +6,8 @@ AC_INIT(standalone.c)
 dnl =============================================================
 dnl Global variables
 NAME=gedcom-parse
-VERSION=0.10
-LIBVERSION=0:1
+VERSION=0.13
+LIBVERSION=0:3
 SHELL=/bin/sh
 AC_SUBST(NAME)
 AC_SUBST(VERSION)
@@ -34,9 +34,11 @@ AM_GNU_GETTEXT
 
 AC_OUTPUT(Makefile
          gedcom/Makefile
+         gedcom/calendar/Makefile
          ansel/Makefile
          t/Makefile
          doc/Makefile
+         doc/images/Makefile
          include/Makefile
           intl/Makefile
           po/Makefile.in)