From 11df8cea931cd7dc290481d21dd30b38731f4c62 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 4 Jun 2012 15:16:51 -0400 Subject: [PATCH] Add --with-private-docs to DISTCHECK_CONFIGURE_FLAGS. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index be9e91f..18ba847 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS=-I m4 -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-krb5=/usr --enable-introspection +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-private-docs --with-krb5=/usr --enable-introspection SUBDIRS = camel data private libedataserver libebackend addressbook calendar libedataserverui modules services tests docs art po -- 2.7.4