[network-manager-applet/bg/editor-route-metric-default-bgo769015: 1/4] build: drop 'subdir-objects' automake option



commit b43bdc408542ce4f5dedd91101f7cc558b1e8ccb
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]