diff options
| author | Robert James Kaes <rjk@wormbytes.ca> | 2008-06-08 18:50:23 -0400 |
|---|---|---|
| committer | Mukund Sivaraman <muks@banu.com> | 2008-06-09 10:01:14 +0530 |
| commit | 5ea289d82ea412b59bbabd1ddfff70d3d5f1ecb2 (patch) | |
| tree | 64497749bd8fb6a8b9c88df0ba087f2ff2a3d871 /config | |
| parent | 445e4cb09ca4d76697d3e1901ca87c2b2424da48 (diff) | |
| download | tinyproxy-5ea289d82ea412b59bbabd1ddfff70d3d5f1ecb2.tar.gz tinyproxy-5ea289d82ea412b59bbabd1ddfff70d3d5f1ecb2.zip | |
Moved transparent proxy code into its own file
Extracted the transparent proxy logic from reqs.c and placed it into a
separate file.
Signed-off-by: Robert James Kaes <rjk@wormbytes.ca>
Diffstat (limited to '')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8e8f8ba..5971bc0 100644 --- a/configure.ac +++ b/configure.ac @@ -141,6 +141,7 @@ TP_ARG_ENABLE(transparent, [Enable transparent proxying code (default is NO)], no) if test x"$transparent_enabled" = x"yes"; then + ADDITIONAL_OBJECTS="$ADDITIONAL_OBJECTS transparent-proxy.o" AC_DEFINE(TRANSPARENT_PROXY) fi |
