From f5f4d51e7be638f2fc9429b1e197072c40306950 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 30 Jan 2013 09:30:44 +0100 Subject: [PATCH] expand the exported-symbols regex to cover ykpers_check_version() --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5