From e834074dd43cabd10ca9811191a212f86b8f6ed7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 1 Mar 1999 22:42:47 +0000 Subject: If we are compiling with debugging enabled and libefence is available, link it to get debugging malloc. --- tools/Rules.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/Rules.in b/tools/Rules.in index db94ba0..36a6eec 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -18,6 +18,7 @@ dir-objs:=$(addprefix $(objdir)/,$(all-dirs)) CPPFLAGS=-I$(root-rel) -I$(srcdir) CFLAGS=$(CPPFLAGS) @CFLAGS@ +LDFLAGS=@LIBS@ CC=@CC@ M4=@M4@ BISON=@BISON@ -- cgit v1.2.3