diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-08 17:35:50 -0800 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-13 15:07:43 -0700 |
commit | 31766cce9087a6cfa12fe5c83698e2ce12739df7 (patch) | |
tree | b9e1e2cc2bffad09887272af2c0fc5c0361b2791 /src/Makefile.am | |
parent | d5472ec0bd8a9bb18b15a2398f429fe191070b3f (diff) |
Renamed file to replace underscores in it with dashes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 55485d6..d70dc71 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,7 @@ tinyproxy_SOURCES = \ hashmap.c hashmap.h \ heap.c heap.h \ htmlerror.c htmlerror.h \ - http_message.c http_message.h \ + http-message.c http-message.h \ log.c log.h \ network.c network.h \ reqs.c reqs.h \ |