[network-manager-applet/th/build-non-recursive-make-bgo778400: 4/18] build: style cleanup in Makefile.am



commit be14acc8e46ee4e3cc23c070c6517b9951f9f7a1
Author: Thomas Haller <thaller redhat com>
Date:   Thu Feb 9 11:32:45 2017 +0100

    build: style cleanup in Makefile.am
    
    - avoid trailing tabs and whitespace
    - wrap lines

 Makefile.am |   33 +++++++++++++++++++++------------
 1 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7236f33..313187c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,14 +2,19 @@ include $(GLIB_MAKEFILE)
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = src icons po man shared
-
-EXTRA_DIST =                           \
-       CONTRIBUTING                    \
-       intltool-extract.in             \
-       intltool-merge.in               \
-       intltool-update.in              \
-       Makefile.glib                   \
+SUBDIRS = \
+       src \
+       icons \
+       po \
+       man \
+       shared
+
+EXTRA_DIST = \
+       CONTRIBUTING \
+       intltool-extract.in \
+       intltool-merge.in \
+       intltool-update.in \
+       Makefile.glib \
        autogen.sh
 
 autostartdir = $(sysconfdir)/xdg/autostart
@@ -35,18 +40,22 @@ appdata_in_files = nm-connection-editor.appdata.xml.in
 convertdir=$(datadir)/GConf/gsettings
 convert_DATA=nm-applet.convert
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-more-warnings=yes
+DISTCHECK_CONFIGURE_FLAGS = \
+       --enable-more-warnings=yes
 
 EXTRA_DIST += \
        $(convert_DATA) \
-       $(appdata_in_files)     \
+       $(appdata_in_files) \
        $(autostart_in_files) \
        $(desktop_in_files)
 
 CLEANFILES = \
        $(autostart_DATA) \
        $(desktop_DATA) \
-       $(appdata_DATA)         \
+       $(appdata_DATA) \
        $(BUILT_SOURCES)
 
-DISTCLEANFILES = intltool-extract intltool-merge intltool-update
+DISTCLEANFILES = \
+       intltool-extract \
+       intltool-merge \
+       intltool-update


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