[network-manager-vpnc/NETWORKMANAGER_0_7] Avoid to specifiy src SUBDIRS twice
- From: Michael Biebl <mbiebl src gnome org>
- To: svn-commits-list gnome org
- Subject: [network-manager-vpnc/NETWORKMANAGER_0_7] Avoid to specifiy src SUBDIRS twice
- Date: Thu, 30 Apr 2009 07:00:01 -0400 (EDT)
commit ad673d5ecd3626c987fbdda3f894b25ea0ecce72
Author: Michael Biebl <biebl debian org>
Date: Thu Apr 23 20:07:21 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 d11eb1e..58dc9e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,9 @@
AUTOMAKE_OPTIONS = foreign
-if WITH_GNOME
-SUBDIRS = src common-gnome auth-dialog properties po
-else
SUBDIRS = src
+
+if WITH_GNOME
+SUBDIRS += common-gnome auth-dialog properties po
endif
dbusservicedir = $(sysconfdir)/dbus-1/system.d
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]