From 21f2ccea31e32298a79a3e793b6dd20550c70bbe Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 27 Oct 2012 12:46:59 +0200 Subject: [PATCH] Share the memory pool with the gcr or libgnome-keyring library. --- libsecret/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am index 861095c..fe5db67 100644 --- a/libsecret/Makefile.am +++ b/libsecret/Makefile.am @@ -74,7 +74,7 @@ libsecret_@SECRET_MAJOR@_la_CFLAGS = \ libsecret_@SECRET_MAJOR@_la_LDFLAGS = \ -version-info $(SECRET_LT_RELEASE) \ -no-undefined \ - -export-symbols-regex '^secret_|^SECRET_' + -export-symbols-regex '^secret_|^SECRET_|^SECMEM_.*' libsecret_@SECRET_MAJOR@_la_LIBADD = \ $(top_builddir)/egg/libegg.la \ -- 2.7.4