From: tfheen 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-1^2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b615200300b0d4b32b19aaf35faba9289e4f614;p=yubikey-personalization Revert r225, this breaks the build in some cases git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@232 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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