diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 05:28:46 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 05:28:46 +0000 |
commit | e04ff12768d78cb4660257d2fcde9fec16f92b26 (patch) | |
tree | a6445c405b2ba5dba6c33ab1d18f04f9d7c56afa /src | |
parent | 686826c3b0c73ce393272259ea4d2140396fcc0b (diff) | |
download | tinyproxy-e04ff12768d78cb4660257d2fcde9fec16f92b26.tar.gz tinyproxy-e04ff12768d78cb4660257d2fcde9fec16f92b26.zip |
# Include the http_message.[ch] into the compiled tinyproxy object.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f97bb4a..72a3f27 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.14 2002-05-26 18:56:43 rjkaes Exp $ +# $Id: Makefile.am,v 1.15 2003-03-13 05:28:46 rjkaes Exp $ # # # @@ -30,6 +30,7 @@ tinyproxy_SOURCES = \ daemon.c daemon.h \ hashmap.c hashmap.h \ heap.c heap.h \ + http_message.c http_message.h \ log.c log.h \ network.c network.h \ reqs.c reqs.h \ |