[network-manager-openconnect/NETWORKMANAGER_0_7] Avoid to specifiy src SUBDIRS twice.



commit 7d5bf63b15c78b139108d3ed39b72819b94a9b84
Author: Michael Biebl <biebl debian org>
Date:   Thu Apr 23 19:21:46 2009 +0200

    Avoid to specifiy src SUBDIRS twice.
---
 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6d32224..aeef372 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,9 @@
 AUTOMAKE_OPTIONS = foreign
 
-if WITH_GNOME
-SUBDIRS = src properties po
-else
 SUBDIRS = src
+
+if WITH_GNOME
+SUBDIRS += properties po
 endif
 
 dbusservicedir = $(sysconfdir)/dbus-1/system.d
diff --git a/autogen.sh b/autogen.sh
old mode 100644
new mode 100755



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