[libgnome-keyring] Share the secure memory pool with libsecret and gcr if in same process.



commit 07667832e9840d3a46d4e1bc798f7171f8b3be51
Author: Stef Walter <stefw gnome org>
Date:   Sat Oct 27 12:49:47 2012 +0200

    Share the secure memory pool with libsecret and gcr if in same process.
    
     * And fix a build failure in the testing of the secmem pool

 egg/tests/Makefile.am |    1 +
 library/Makefile.am   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/egg/tests/Makefile.am b/egg/tests/Makefile.am
index 499cba5..010cfd4 100644
--- a/egg/tests/Makefile.am
+++ b/egg/tests/Makefile.am
@@ -1,5 +1,6 @@
 
 INCLUDES = \
+	-I$(top_srcdir) \
 	-I$(top_srcdir)/egg \
 	$(LIBRARY_CFLAGS)
 
diff --git a/library/Makefile.am b/library/Makefile.am
index e2e4c6e..30bb7b4 100644
--- a/library/Makefile.am
+++ b/library/Makefile.am
@@ -42,7 +42,7 @@ libgnome_keyring_la_LIBADD = \
 
 libgnome_keyring_la_LDFLAGS = \
 	-version-info $(LIB_GNOME_KEYRING_LT_VERSION) \
-	-no-undefined -export-symbols-regex 'gnome_keyring_|GNOME_KEYRING_'
+	-no-undefined -export-symbols-regex '^gnome_keyring_|^GNOME_KEYRING_|^SECMEM_.*'
 
 noinst_LTLIBRARIES = libgnome-keyring-testable.la
 libgnome_keyring_testable_la_SOURCES =



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