mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
Actually export SECRET_SCHEMA_NOTE
The regex for exported symbols was keeping the predefined schemas from being available to outside users of the library. This was showing up as a link error for seahorse, which is trying to use SECRET_SCHEMA_NOTE. https://bugzilla.gnome.org/show_bug.cgi?id=681255
This commit is contained in:
parent
e43cba8174
commit
9011932730
@ -74,7 +74,7 @@ libsecret_@SECRET_MAJOR@_la_CFLAGS = \
|
|||||||
libsecret_@SECRET_MAJOR@_la_LDFLAGS = \
|
libsecret_@SECRET_MAJOR@_la_LDFLAGS = \
|
||||||
-version-info $(SECRET_LT_RELEASE) \
|
-version-info $(SECRET_LT_RELEASE) \
|
||||||
-no-undefined \
|
-no-undefined \
|
||||||
-export-symbols-regex '^secret_'
|
-export-symbols-regex '^secret_|^SECRET_'
|
||||||
|
|
||||||
libsecret_@SECRET_MAJOR@_la_LIBADD = \
|
libsecret_@SECRET_MAJOR@_la_LIBADD = \
|
||||||
$(top_builddir)/egg/libegg.la \
|
$(top_builddir)/egg/libegg.la \
|
||||||
|
Loading…
Reference in New Issue
Block a user