gnome-keyring r1453 - in trunk: . pkcs11 pkcs11/roots pkcs11/roots-store



Author: nnielsen
Date: Sat Jan 10 00:18:15 2009
New Revision: 1453
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1453&view=rev

Log:
	* pkcs11/roots-store/: (rename from roots/)
	* pkcs11/Makefile.am:
	* configure.in: Rename 'roots' component to 'roots-store'


Added:
   trunk/pkcs11/roots-store/   (props changed)
      - copied from r1452, /trunk/pkcs11/roots/
Removed:
   trunk/pkcs11/roots/
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/pkcs11/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Jan 10 00:18:15 2009
@@ -507,8 +507,8 @@
 pkcs11/Makefile
 pkcs11/gck/Makefile
 pkcs11/gck/tests/Makefile
-pkcs11/roots/Makefile
-pkcs11/roots/tests/Makefile
+pkcs11/roots-store/Makefile
+pkcs11/roots-store/tests/Makefile
 pkcs11/rpc-layer/Makefile
 pkcs11/ssh-agent/Makefile
 pkcs11/ssh-store/Makefile

Modified: trunk/pkcs11/Makefile.am
==============================================================================
--- trunk/pkcs11/Makefile.am	(original)
+++ trunk/pkcs11/Makefile.am	Sat Jan 10 00:18:15 2009
@@ -10,7 +10,7 @@
 	pkcs11.h
 
 if WITH_ROOT_CERTS
-ROOTS_DIR = roots
+ROOTS_DIR = roots-store
 else
 ROOTS_DIR = 
 endif
@@ -21,5 +21,11 @@
 TESTS_DIR = 
 endif
 
-SUBDIRS = . gck rpc-layer ssh-agent ssh-store $(ROOTS_DIR) $(TESTS_DIR)
-
+SUBDIRS = . \
+	gck \
+	rpc-layer \
+	plex-layer \
+	ssh-agent \
+	ssh-store \
+	$(ROOTS_DIR) \
+	$(TESTS_DIR)



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