From af1246c78be15a165580e9b74f694de5a49549b1 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 1 Oct 2001 04:01:10 +0000 Subject: Added the ability to compile tinyproxy with static linking. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 0d28fdb..058a83e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.4 2001-09-14 04:55:06 rjkaes Exp $ +# $Id: Makefile.am,v 1.5 2001-10-01 04:01:10 rjkaes Exp $ # # # @@ -16,6 +16,7 @@ # YFLAGS = @YFLAGS@ +LDFLAGS = @LDFLAGS@ bin_PROGRAMS = tinyproxy -- cgit v1.2.3