From 27e3e5e0c95b068111bf00d7dceb473dc77a93f2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 19 Aug 2004 09:15:36 +0000 Subject: Do not forget to propagate LDFLAGS from configure. Allows static linking, among other things. --- tools/Rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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@ -- cgit v1.2.3