summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
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 /src/Makefile.am
parent376caf8f25b7f029c13432b1d88fbec5a1be375e (diff)
Renamed file to replace underscores in it with dashes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3904cd3..55485d6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,7 @@ tinyproxy_SOURCES = \
vector.c vector.h
EXTRA_tinyproxy_SOURCES = filter.c filter.h \
- reverse_proxy.c reverse_proxy.h
+ reverse-proxy.c reverse-proxy.h
tinyproxy_DEPENDENCIES = @ADDITIONAL_OBJECTS@
tinyproxy_LDADD = @ADDITIONAL_OBJECTS@