From 4e88a12a75a0f9005064492c73db1690b30db50c Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 30 Jan 2010 10:05:56 +0000 Subject: [PATCH] Make sure to rebuild library if map file changes git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@225 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 8a8a37c..3fb810e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +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) else libykpers_1_la_LDFLAGS += -export-symbols-regex '^(ykp|yk|ykds)_.*|_yk.*_errno_location' endif -- 2.39.5