[network-manager-applet: 1/5] build: drop 'subdir-objects' automake option
- From: Beniamino Galvani <bgalvani src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet: 1/5] build: drop 'subdir-objects' automake option
- Date: Fri, 14 Oct 2016 11:36:51 +0000 (UTC)
commit 83c6ce0a021d43033da8d9506e3a9272baa9a2ac
Author: Beniamino Galvani <bgalvani redhat com>
Date: Wed Oct 5 18:11:39 2016 +0200
build: drop 'subdir-objects' automake option
It breaks inclusion of cross-directory source files, which will be
used in a following patch.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c867681..e021a2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_INIT([nm-applet],
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 subdir-objects no-dist-gzip dist-xz -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz -Wno-portability])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]