From 58076e0d8ee8d32eb14c40187fef768aa945efe5 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 30 Jan 2010 12:33:11 +0000 Subject: [PATCH] Revert r225, this breaks the build in some cases --- 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