summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2008-03-08 17:33:54 -0800
committerMukund Sivaraman <muks@banu.com>2008-03-13 15:07:37 -0700
commitd5472ec0bd8a9bb18b15a2398f429fe191070b3f (patch)
tree6fe4e3fea245fa1e8879b5d5ed95bc4031e593fc /configure.ac
parent376caf8f25b7f029c13432b1d88fbec5a1be375e (diff)
downloadtinyproxy-d5472ec0bd8a9bb18b15a2398f429fe191070b3f.tar.gz
tinyproxy-d5472ec0bd8a9bb18b15a2398f429fe191070b3f.zip
Renamed file to replace underscores in it with dashes
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2acbeb0..5966c86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,7 +130,7 @@ TP_ARG_ENABLE(reverse,
[Enable reverse proxying (default is NO)]
no)
if test x"$reverse_enabled" = x"yes"; then
- ADDITIONAL_OBJECTS="$ADDITIONAL_OBJECTS reverse_proxy.o"
+ ADDITIONAL_OBJECTS="$ADDITIONAL_OBJECTS reverse-proxy.o"
AC_DEFINE(REVERSE_SUPPORT)
fi