[gnumeric] Update DISTCHECK_CONFIGURE_FLAGS for introspection.



commit 77827c54a4f104e32d535c8b6b33456060f8141d
Author: Jean Brefort <jean brefort normalesup org>
Date:   Thu Jul 12 19:55:05 2012 +0200

    Update DISTCHECK_CONFIGURE_FLAGS for introspection.

 ChangeLog   |    4 ++++
 Makefile.am |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8df84bd..a7b58e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-12  Jean Brefort  <jean brefort normalesup org>
+
+	* Makefile.am: update DISTCHECK_CONFIGURE_FLAGS for introspection.
+
 2012-07-11  Jean Brefort  <jean brefort normalesup org>
 
 	* configure.in: add support for introspection. [#670271]
diff --git a/Makefile.am b/Makefile.am
index 340c718..c9f4e5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,10 @@ change_logs = ChangeLog \
 CLEANFILES = gnumeric.desktop gnumeric.keys
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update $(pkgconfig_DATA)
 
-DISTCHECK_CONFIGURE_FLAGS=--without-perl --without-python
+DISTCHECK_CONFIGURE_FLAGS = --without-perl --without-python \
+	--enable-introspection=auto \
+	--with-gir-dir=\$${datadir}/gir-1.0 \
+	--with-typelib-dir=\$${libdir}/girepository-1.0
 
 EXTRA_DIST = \
 	README HACKING NEWS BEVERAGES BUGS MAINTAINERS AUTHORS $(change_logs)	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]