diff options
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 \ |