From e6fe34d3d7a9fa12efa5eb3510fdda2e05cd625d Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 31 Jul 2009 18:05:23 -0400 Subject: [PATCH] =?utf8?q?Fix=20Bug=20585854=20=E2=80=93=20Make=20distchec?= =?utf8?q?k=20required=20--enable-python=20but=20doesn't=20say=20so?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- AUTHORS | 1 + Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5