[network-manager-openconnect] properties: Clean up whitespace in Makefile.am
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openconnect] properties: Clean up whitespace in Makefile.am
- Date: Mon, 15 Oct 2012 05:31:33 +0000 (UTC)
commit a4249334eaf93db066fb227d62521fe21586089b
Author: Kevin Cernekee <cernekee gmail com>
Date: Sun Oct 14 17:58:48 2012 -0700
properties: Clean up whitespace in Makefile.am
"make" generally wants lines to be indented with tabs, not spaces. Also,
try to make the indentation a little more consistent (at least within
each block).
properties/Makefile.am | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/properties/Makefile.am b/properties/Makefile.am
index 0fb1a08..4285f79 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -11,28 +11,28 @@ uidir = $(datadir)/gnome-vpn-properties/openconnect
ui_DATA = nm-openconnect-dialog.ui
libnm_openconnect_properties_la_CFLAGS = \
- $(GTK_CFLAGS) \
- $(GCONF_CFLAGS) \
- $(NM_CFLAGS) \
- $(OPENCONNECT_CFLAGS) \
- -DICONDIR=\""$(datadir)/pixmaps"\" \
- -DUIDIR=\""$(uidir)"\" \
- -DG_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DGNOME_DISABLE_DEPRECATED \
- -DGNOMELOCALEDIR=\"$(datadir)/locale\" \
- -DVERSION=\"$(VERSION)\"
+ $(GTK_CFLAGS) \
+ $(GCONF_CFLAGS) \
+ $(NM_CFLAGS) \
+ $(OPENCONNECT_CFLAGS) \
+ -DICONDIR=\""$(datadir)/pixmaps"\" \
+ -DUIDIR=\""$(uidir)"\" \
+ -DG_DISABLE_DEPRECATED \
+ -DGDK_DISABLE_DEPRECATED \
+ -DGNOME_DISABLE_DEPRECATED \
+ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \
+ -DVERSION=\"$(VERSION)\"
libnm_openconnect_properties_la_LIBADD = \
- $(GTK_LIBS) \
- $(GCONF_LIBS) \
- $(NM_LIBS) \
- $(OPENCONNECT_LIBS)
+ $(GTK_LIBS) \
+ $(GCONF_LIBS) \
+ $(NM_LIBS) \
+ $(OPENCONNECT_LIBS)
-libnm_openconnect_properties_la_LDFLAGS = \
- -avoid-version
+libnm_openconnect_properties_la_LDFLAGS = \
+ -avoid-version
CLEANFILES = *.bak *~
EXTRA_DIST = \
- $(ui_DATA)
+ $(ui_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]