summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-09 11:32:45 +0100
committerThomas Haller <thaller@redhat.com>2017-02-09 17:05:56 +0100
commitbe14acc8e46ee4e3cc23c070c6517b9951f9f7a1 (patch)
tree99818a6a6749325d231f617665f6ac39d8d93af4
parenteff1c6da6ae6ebf053ca9d65a1ab855e360aa199 (diff)
downloadnetwork-manager-applet-be14acc8e46ee4e3cc23c070c6517b9951f9f7a1.tar.gz
build: style cleanup in Makefile.am
- avoid trailing tabs and whitespace - wrap lines
-rw-r--r--Makefile.am33
1 files changed, 21 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 7236f33a..313187ca 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