]> err.no Git - yubikey-personalization/commitdiff
expand the exported-symbols regex to cover ykpers_check_version()
authorKlas Lindfors <klas@yubico.com>
Wed, 30 Jan 2013 08:30:44 +0000 (09:30 +0100)
committerKlas Lindfors <klas@yubico.com>
Wed, 30 Jan 2013 08:46:26 +0000 (09:46 +0100)
Makefile.am

index a42fa8b30fb369fced9c9111c1e3bb16b81813fb..d161c3b146f9e0666f38945e95ecdf7becce10d7 100644 (file)
@@ -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.