diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-01 04:01:10 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-01 04:01:10 +0000 |
commit | af1246c78be15a165580e9b74f694de5a49549b1 (patch) | |
tree | 380cba6d01c6692ceabb2eb68093d4b86f02bf33 /src | |
parent | 7c6cc24b1d0a7941b44ca662bccae70a522babbd (diff) | |
download | tinyproxy-af1246c78be15a165580e9b74f694de5a49549b1.tar.gz tinyproxy-af1246c78be15a165580e9b74f694de5a49549b1.zip |
Added the ability to compile tinyproxy with static linking.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |