[network-manager-openconnect] Really make auth-dialog optional



commit 9f0130edafa73795030178c710248b3bc683a8ea
Author: David Woodhouse <David Woodhouse intel com>
Date:   Wed Mar 9 23:41:45 2011 +0000

    Really make auth-dialog optional

 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]