[network-manager-openconnect/NM_0_8] Really make auth-dialog optional (cherry picked from commit 9f0130edafa73795030178c710248b3bc683a8ea
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openconnect/NM_0_8] Really make auth-dialog optional (cherry picked from commit 9f0130edafa73795030178c710248b3bc683a8ea
- Date: Tue, 19 Apr 2011 19:18:28 +0000 (UTC)
commit 371cb688b3d1345eccc1b0eb9d1f5ca8a6234eaf
Author: David Woodhouse <David Woodhouse intel com>
Date: Wed Mar 9 23:41:45 2011 +0000
Really make auth-dialog optional
(cherry picked from commit 9f0130edafa73795030178c710248b3bc683a8ea)
Makefile.am | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 72f3e52..08953ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,15 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src auth-dialog
+SUBDIRS = src
if WITH_GNOME
SUBDIRS += properties po
endif
+if WITH_AUTHDLG
+SUBDIRS += auth-dialog
+endif
+
dbusservicedir = $(sysconfdir)/dbus-1/system.d
dbusservice_DATA = nm-openconnect-service.conf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]