diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am index 7fe9811..861095c 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_' + -export-symbols-regex '^secret_|^SECRET_' libsecret_@SECRET_MAJOR@_la_LIBADD = \ $(top_builddir)/egg/libegg.la \