summaryrefslogtreecommitdiffstats
path: root/tools/Rules.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Rules.in')
-rw-r--r--tools/Rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Rules.in b/tools/Rules.in
index 0df0fee..79a15fa 100644
--- a/tools/Rules.in
+++ b/tools/Rules.in
@@ -21,7 +21,7 @@ clean-dirs:=$(all-dirs) proto sysdep
CPPFLAGS=-I$(root-rel) -I$(srcdir) @CPPFLAGS@
CFLAGS=$(CPPFLAGS) @CFLAGS@
-LDFLAGS=
+LDFLAGS=@LDFLAGS@
LIBS=@LIBS@
CLIENT_LIBS=@CLIENT_LIBS@
CC=@CC@