aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorwalters <walters@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2004-09-02 05:00:59 +0000
committerwalters <walters@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2004-09-02 05:00:59 +0000
commita9b7b2c3c1f51a29c1d3197cbe21183b92d5c73b (patch)
tree51728c3334897cac4d4971789b5d17c4ea9ffb49 /src/Makefile.am
parent6129bf9e4b9fa1aafd4ff1f59ff6f4315d7ec6fa (diff)
2004-09-02 Colin Walters <walters@verbum.org>
* configure.in: Check for NetworkManager. * Makefile.am: Add NETWORKMANAGER_LIBS. * src/krb5-auth-dialog.c (am_online): New function, uses NetworkManager over D-BUS to determine whether or not we're online. * src/krb5-auth-dialog.c (credentials_expiring): Don't try to renew credentials if we're not online. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@22 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index abe9677..8000362 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ bin_PROGRAMS = krb5-auth-dialog
krb5_auth_dialog_SOURCES = \
krb5-auth-dialog.c
-krb5_auth_dialog_LDADD = @KRB5_LIBS@ @GNOME_LIBS@
+krb5_auth_dialog_LDADD = @NETWORKMANAGER_LIBS@ @KRB5_LIBS@ @GNOME_LIBS@
gladedir = $(datadir)/krb5-auth-dialog
glade_DATA = \