[network-manager-fortisslvpn] build: fix formatting



commit ea69200c203cf96153ad54d377b0bf14aebfb7c6
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Sat Sep 19 12:27:01 2015 +0200

    build: fix formatting

 Makefile.am |   25 +++++++------------------
 1 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 830bd43..907ef84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,17 +12,6 @@ dbusservice_DATA = nm-fortisslvpn-service.conf
 nmvpnservicedir = $(sysconfdir)/NetworkManager/VPN
 nmvpnservice_DATA = nm-fortisslvpn-service.name
 
-if WITH_GNOME
-# FIXME: uncomment when nmce gets --import support
-#desktopdir = $(datadir)/applications
-#desktop_in_files = $(desktopfile)
-#desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-# INTLTOOL_DESKTOP_RULE@
-
-#icondir = $(datadir)/icons/hicolor/48x48/apps
-#icon_DATA = $(iconfile)
-endif
-
 nm-fortisslvpn-service.name: $(srcdir)/nm-fortisslvpn-service.name.in
        sed -e 's|[ ]LIBEXECDIR[@]|$(libexecdir)|g' \
            -e 's|[ ]PLUGINDIR[@]|$(libdir)/NetworkManager|g' \
@@ -30,13 +19,13 @@ nm-fortisslvpn-service.name: $(srcdir)/nm-fortisslvpn-service.name.in
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-more-warnings=yes
 
-EXTRA_DIST = nm-fortisslvpn-service.name.in \
-             $(dbusservice_DATA)  \
-             $(desktopfile) \
-             $(iconfile) \
-             intltool-extract.in  \
-             intltool-merge.in    \
-             intltool-update.in
+EXTRA_DIST = nm-fortisslvpn-service.name.in            \
+       $(dbusservice_DATA)                             \
+       $(desktopfile)                                  \
+       $(iconfile)                                     \
+       intltool-extract.in                             \
+       intltool-merge.in                               \
+       intltool-update.in
 
 CLEANFILES = $(nmvpnservice_DATA) $(desktop_DATA) *~
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update


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