From: Bart Van Assche Date: Sat, 15 Oct 2011 07:52:46 +0000 (+0000) Subject: Use proper automake variable (patch from Philippe Waroquiers - see also #273465) X-Git-Tag: svn/VALGRIND_3_7_0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7680fced623722e1efed9f78eb216ce0689e19a9;p=thirdparty%2Fvalgrind.git Use proper automake variable (patch from Philippe Waroquiers - see also #273465) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12162 --- 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