Declare gomxref.html as a generated doc file.
[gedcom-parse.git] / configure.in
index e1f5f734ba17e55bb02977911bc5e304ec2c2547..9312b32b1ea94dd8d109e0afeb05fe6dec4c9c0d 100644 (file)
@@ -38,12 +38,21 @@ if test "$YACC" = "bison -y"; then
 else
   AC_MSG_ERROR([Sorry, bison is needed])
 fi
+
 AM_WITH_DMALLOC
+
+dnl == Make statically linked test program for dmalloc tests
+if test "$with_dmalloc" = "yes"; then
+  EXTRA_PROGS=gomtest_static
+fi
+AC_SUBST(EXTRA_PROGS)
+
 AM_GNU_GETTEXT
 
 AC_OUTPUT(Makefile
          gedcom/Makefile
          gedcom/calendar/Makefile
+         gom/Makefile
          ansel/Makefile
          t/Makefile
          t/input/Makefile