summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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