From 7b615200300b0d4b32b19aaf35faba9289e4f614 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 30 Jan 2010 12:33:11 +0000 Subject: [PATCH] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5