[network-manager-vpnc] common-gnome: remove unused keyring stuff



commit 58019dc9a718dbae4bfd0664248e5a0946e850a9
Author: Dan Williams <dcbw redhat com>
Date:   Thu Jul 14 10:45:57 2011 -0500

    common-gnome: remove unused keyring stuff
    
    Nothing uses it anymore.

 Makefile.am                    |    2 +-
 common-gnome/Makefile.am       |   17 ----
 common-gnome/keyring-helpers.c |  196 ----------------------------------------
 common-gnome/keyring-helpers.h |   51 -----------
 configure.ac                   |    1 -
 5 files changed, 1 insertions(+), 266 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 972fd3a..b660c8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign
 SUBDIRS = src
 
 if WITH_GNOME
-SUBDIRS += common-gnome auth-dialog properties po
+SUBDIRS += auth-dialog properties po
 endif
 
 dbusservicedir = $(sysconfdir)/dbus-1/system.d
diff --git a/configure.ac b/configure.ac
index 75cb8a3..bf6d0a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,6 @@ AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
 AC_CONFIG_FILES([
 Makefile
 src/Makefile
-common-gnome/Makefile
 auth-dialog/Makefile
 auth-dialog/nm-vpnc-auth-dialog.desktop.in
 properties/Makefile



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