[network-manager-applet] build: add support for AM_SILENT_RULES
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] build: add support for AM_SILENT_RULES
- Date: Tue, 3 Aug 2010 22:03:43 +0000 (UTC)
commit a5b7898cbea56809b1be65aa5bc82fa3de27bc54
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 e11aa21..2eeccf6 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]