From: Tollef Fog Heen Date: Sat, 30 Jan 2010 12:33:11 +0000 (+0000) Subject: Revert r225, this breaks the build in some cases X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~32 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58076e0d8ee8d32eb14c40187fef768aa945efe5;p=yubikey-personalization.old Revert r225, this breaks the build in some cases --- diff --git a/Makefile.am b/Makefile.am index 3fb810e..665e4ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,7 @@ pkgconfig_DATA = ykpers-1.pc if HAVE_LD_VERSION_SCRIPT libykpers_1_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libykpers-1.map -libykpers_1_la_DEPENDENCIES = $(srcdir)/libykpers-1.map $(libykpers_1_la_LIBADD) +libykpers_1_la_DEPENDENCIES = $(srcdir)/libykpers-1.map ./ykcore/libykcore.la else libykpers_1_la_LDFLAGS += -export-symbols-regex '^(ykp|yk|ykds)_.*|_yk.*_errno_location' endif