From: Frederic Peters Date: Fri, 31 Jul 2009 22:05:23 +0000 (-0400) Subject: Fix Bug 585854 – Make distcheck required --enable-python but doesn't say so X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6fe34d3d7a9fa12efa5eb3510fdda2e05cd625d;p=libchamplain Fix Bug 585854 – Make distcheck required --enable-python but doesn't say so --- diff --git a/AUTHORS b/AUTHORS index 3abe6cf..ef2843e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,3 +20,4 @@ Javier Jardón Patryk Zawadski Sebastian Reichel Tim Horton +Frederic Peters diff --git a/Makefile.am b/Makefile.am index 11701a5..d0375a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ endif pkgconfig_DATA = $(pcfiles) pkgconfigdir = $(libdir)/pkgconfig -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-python CLEANFILES = $(pcfiles) $(other_pcfiles) all: $(other_pcfiles)