Do not forget to propagate LDFLAGS from configure. Allows static linking,

among other things.
This commit is contained in:
Martin Mares 2004-08-19 09:15:36 +00:00
parent 7715f9d9ed
commit 27e3e5e0c9

View file

@ -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@