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



commit 33c1988dc25719e7d5e20f6c6d2bdc65bb7fc4e0
Author: Dan Williams <dcbw redhat com>
Date:   Wed Jul 13 15:22:50 2011 -0500

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

 Makefile.am                    |    2 +-
 common-gnome/Makefile.am       |   15 ----
 common-gnome/keyring-helpers.c |  156 ----------------------------------------
 common-gnome/keyring-helpers.h |   43 -----------
 configure.ac                   |    1 -
 5 files changed, 1 insertions(+), 216 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 592ebd7..1ae493b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign
 SUBDIRS = common 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 1bcb5f3..f4708f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,7 +128,6 @@ AC_CONFIG_FILES([
 Makefile
 src/Makefile
 common/Makefile
-common-gnome/Makefile
 auth-dialog/Makefile
 properties/Makefile
 properties/tests/Makefile



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