[network-manager-openvpn: 3/14] build: style cleanup of top-level Makefile.am



commit e22e0d1be91c935e77f5e38e67bc311ee87273e3
Author: Thomas Haller <thaller redhat com>
Date:   Sun Feb 12 09:44:28 2017 +0100

    build: style cleanup of top-level Makefile.am

 Makefile.am |   31 ++++++++++++++++++++-----------
 1 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d39827d..46d1116 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,10 @@
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = shared src properties po
+SUBDIRS = \
+       shared \
+       src \
+       properties \
+       po
 
 if WITH_GNOME
 SUBDIRS += auth-dialog
@@ -43,17 +47,22 @@ nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in
 DISTCHECK_CONFIGURE_FLAGS = \
        --enable-more-warnings=yes
 
-EXTRA_DIST = nm-openvpn-service.name.in \
-             $(dbusservice_DATA)  \
-             $(appdata_in_files)  \
-             $(appdata_files)     \
-             intltool-extract.in  \
-             intltool-merge.in    \
-             intltool-update.in
+EXTRA_DIST = \
+       nm-openvpn-service.name.in \
+       $(dbusservice_DATA) \
+       $(appdata_in_files) \
+       $(appdata_files) \
+       intltool-extract.in \
+       intltool-merge.in \
+       intltool-update.in
 
-CLEANFILES = $(nmvpnservice_DATA) \
-             $(appdata_files)
+CLEANFILES = \
+       $(nmvpnservice_DATA) \
+       $(appdata_files)
 
-DISTCLEANFILES = intltool-extract intltool-merge intltool-update
+DISTCLEANFILES = \
+       intltool-extract \
+       intltool-merge \
+       intltool-update
 
 ACLOCAL_AMFLAGS = -I m4


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