From: Klas Lindfors Date: Wed, 30 Jan 2013 08:30:44 +0000 (+0100) Subject: expand the exported-symbols regex to cover ykpers_check_version() X-Git-Tag: v1.12.0~13 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f4d51e7be638f2fc9429b1e197072c40306950;p=yubikey-personalization expand the exported-symbols regex to cover ykpers_check_version() --- diff --git a/Makefile.am b/Makefile.am index a42fa8b..d161c3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,7 +59,7 @@ pkgconfig_DATA = ykpers-1.pc if HAVE_LD_VERSION_SCRIPT libykpers_1_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libykpers-1.map else -libykpers_1_la_LDFLAGS += -export-symbols-regex '^(ykp|yk|ykds)_.*|_yk.*_errno_location' +libykpers_1_la_LDFLAGS += -export-symbols-regex '^(ykp|yk|ykds|ykpers)_.*|_yk.*_errno_location' endif # The command line tools.