diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-01 23:42:47 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-01 23:42:47 +0100 |
commit | e834074dd43cabd10ca9811191a212f86b8f6ed7 (patch) | |
tree | 06bd7dbcc25f6026bfb306dfcf58cd6d13d1b5cc /tools/Rules.in | |
parent | b982b6db2bc9df396d4cd329e23c5b3199a409a2 (diff) | |
download | bird-e834074dd43cabd10ca9811191a212f86b8f6ed7.tar bird-e834074dd43cabd10ca9811191a212f86b8f6ed7.zip |
If we are compiling with debugging enabled and libefence is available,
link it to get debugging malloc.
Diffstat (limited to 'tools/Rules.in')
-rw-r--r-- | tools/Rules.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |