From 7680fced623722e1efed9f78eb216ce0689e19a9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 15 Oct 2011 07:52:46 +0000 Subject: [PATCH] Use proper automake variable (patch from Philippe Waroquiers - see also #273465) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12162 --- coregrind/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 6d57695460..29fa297cb8 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -58,7 +58,7 @@ vgdb_CFLAGS = $(AM_CFLAGS_PRI) vgdb_CCASFLAGS = $(AM_CCASFLAGS_PRI) vgdb_LDFLAGS = $(AM_CFLAGS_PRI) if !VGCONF_PLATVARIANT_IS_ANDROID -vgdb_LDFLAGS += -lpthread +vgdb_LDADD = -lpthread endif if VGCONF_PLATFORMS_INCLUDE_X86_DARWIN vgdb_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress -- 2.47.2