[nautilus-actions] Makefile.am: explicitely disable scrollkeeper here when making distcheck



commit 990335972c8d2003e440f059cf8eabcd71d588a7
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sat Nov 26 17:30:11 2011 +0100

    Makefile.am: explicitely disable scrollkeeper here when making distcheck

 ChangeLog   |    4 ++++
 Makefile.am |    9 ++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 001b9bc..d991533 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-26 Pierre Wieser <pwieser trychlos org>
+
+	* Makefile.am: Explicitely disable scrollkeeper here when making distcheck.
+
 2011-11-25 Pierre Wieser <pwieser trychlos org>
 
 	* docs/nact/Makefile.am: Fully review the NACT User's Manual build.
diff --git a/Makefile.am b/Makefile.am
index d1c9dd3..aea94a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,17 +38,20 @@ SUBDIRS = \
 	tools								\
 	$(NULL)
 
-# - a foo directory so that make distcheck has a vpath which is prefixed
-#   with a make variable, instead of hardcoded as returned by pkg-config
+# - nautilus-extdir is a foo directory so that make distcheck has a vpath
+#   which is prefixed with a make variable, instead of hardcoded as returned
+#   by pkg-config
 # - do not try to install schemas when making distcheck
 # - do not rebuild manuals
+# - GNOME_DOC_DEFINES tries to disable scrollkeeper, but the set is
+#   overriden but this one
 DISTCHECK_CONFIGURE_FLAGS = \
 	--with-nautilus-extdir='$${libdir}/nautilus/extensions-2.0-distcheck' \
 	--enable-silent-rules				\
 	--enable-as-needed					\
+	--disable-scrollkeeper				\
 	--disable-schemas-install			\
 	--disable-deprecated				\
-	--disable-scrollkeeper				\
 	--disable-gtk-doc					\
 	--disable-html-manuals				\
 	--disable-pdf-manuals				\



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