[gnome-keyring] [gp11] Remove gp11 library.



commit 3c929d0d016cf57030d487ebc061c97c4c04f82f
Author: Stef Walter <stef memberwebs com>
Date:   Fri Oct 8 13:46:32 2010 +0000

    [gp11] Remove gp11 library.
    
    Remove gp11 library now that seahorse has migrated to libgck.
    libgck is the replacement for gp11

 Makefile.am                            |    1 -
 configure.in                           |    8 -
 gp11/.gitignore                        |    2 -
 gp11/Makefile.am                       |   67 -
 gp11/gp11-attributes.c                 | 1467 ----------------
 gp11/gp11-call.c                       |  541 ------
 gp11/gp11-marshal.list                 |    3 -
 gp11/gp11-misc.c                       |  437 -----
 gp11/gp11-module.c                     | 1234 --------------
 gp11/gp11-object.c                     | 1621 ------------------
 gp11/gp11-private.h                    |  162 --
 gp11/gp11-session.c                    | 2893 --------------------------------
 gp11/gp11-slot.c                       | 1067 ------------
 gp11/gp11.h                            | 1528 -----------------
 gp11/gp11.pc.in                        |   14 -
 gp11/pkcs11.h                          |   30 -
 gp11/tests/Makefile.am                 |   43 -
 gp11/tests/gp11-test-module.c          | 1702 -------------------
 gp11/tests/gp11-test.h                 |   46 -
 gp11/tests/test-gp11-mechanism.c       |   60 -
 gp11/tests/unit-test-gp11-attributes.c |  528 ------
 gp11/tests/unit-test-gp11-crypto.c     |  595 -------
 gp11/tests/unit-test-gp11-module.c     |  159 --
 gp11/tests/unit-test-gp11-object.c     |  463 -----
 gp11/tests/unit-test-gp11-session.c    |  323 ----
 gp11/tests/unit-test-gp11-slot.c       |  148 --
 26 files changed, 0 insertions(+), 15142 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2bfa9e0..0a4c96d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,6 @@ SUBDIRS = \
 	. \
 	egg \
 	gck \
-	gp11 \
 	gcr \
 	ui \
 	pkcs11 \
diff --git a/configure.in b/configure.in
index 3424dea..75e8fdf 100644
--- a/configure.in
+++ b/configure.in
@@ -623,11 +623,6 @@ GCK_LT_RELEASE=$GCK_CURRENT:$GCK_REVISION:$GCK_AGE
 AC_SUBST(GCK_LT_RELEASE)
 AC_SUBST(GCK_MAJOR)
 
-GP11_LT_RELEASE=$GCK_LT_RELEASE
-GP11_MAJOR=$GCK_MAJOR
-AC_SUBST(GP11_LT_RELEASE)
-AC_SUBST(GP11_MAJOR)
-
 GCR_LT_RELEASE=$GCR_CURRENT:$GCR_REVISION:$GCR_AGE
 AC_SUBST(GCR_LT_RELEASE)
 AC_SUBST(GCR_MAJOR)
@@ -682,9 +677,6 @@ gck/tests/Makefile
 gcr/gcr.pc
 gcr/Makefile
 gcr/tests/Makefile
-gp11/gp11.pc
-gp11/Makefile
-gp11/tests/Makefile
 pam/Makefile
 pkcs11/Makefile
 pkcs11/gkm/Makefile



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