[network-manager-applet/NMA_0_8] build: add support for AM_SILENT_RULES



commit 411541e7bd6a2df1129fb4f155ae18e52a46f0af
Author: Dan Williams <dcbw redhat com>
Date:   Tue Aug 3 17:00:46 2010 -0700

    build: add support for AM_SILENT_RULES

 configure.ac                      |    1 +
 src/connection-editor/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d3bffc8..1ab81f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.10 subdir-objects no-dist-gzip dist-bzip2])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
 AM_MAINTAINER_MODE([enable])
 
 # Support silent build rules, requires at least automake-1.11. Disable
diff --git a/src/connection-editor/Makefile.am b/src/connection-editor/Makefile.am
index 77425f2..326c642 100644
--- a/src/connection-editor/Makefile.am
+++ b/src/connection-editor/Makefile.am
@@ -56,7 +56,7 @@ nm_connection_editor_SOURCES = \
 	ce-polkit-button.h
 
 nm-connection-editor-service-glue.h: $(top_srcdir)/src/connection-editor/nm-connection-editor-service.xml
-	dbus-binding-tool --prefix=nm_connection_editor_service --mode=glib-server --output=$@ $<
+	$(AM_V_GEN) dbus-binding-tool --prefix=nm_connection_editor_service --mode=glib-server --output=$@ $<
 
 nm_connection_editor_LDADD = \
 	$(top_builddir)/src/gconf-helpers/libgconf-helpers.la \



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