gnome-keyring r1444 - in trunk: . pkcs11



Author: nnielsen
Date: Thu Jan  8 04:24:24 2009
New Revision: 1444
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1444&view=rev

Log:
	* configure.in:
	* pkcs11/Makefile.am: Disable rpc-layer component which 
	has some pthread build problems, that I'll need to look into 
	at a later time.


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/pkcs11/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Jan  8 04:24:24 2009
@@ -512,7 +512,6 @@
 pkcs11/ssh-agent/Makefile
 pkcs11/ssh-store/Makefile
 pkcs11/ssh-store/tests/Makefile
-pkcs11/rpc-layer/Makefile
 pkcs11/tests/Makefile
 po/Makefile.in
 tests/Makefile

Modified: trunk/pkcs11/Makefile.am
==============================================================================
--- trunk/pkcs11/Makefile.am	(original)
+++ trunk/pkcs11/Makefile.am	Thu Jan  8 04:24:24 2009
@@ -47,5 +47,5 @@
 TESTS_DIR = 
 endif
 
-SUBDIRS = . gck ssh-agent ssh-store rpc-layer $(ROOTS_DIR) $(TESTS_DIR)
+SUBDIRS = . gck ssh-agent ssh-store $(ROOTS_DIR) $(TESTS_DIR)
 



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