diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-14 04:55:06 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-14 04:55:06 +0000 |
commit | bce9e6601e5e754793d55d761dc5a657a2e97aee (patch) | |
tree | cc048193d54519bc32dd2919673473780ed6c69d /src | |
parent | 6f6730c28dc0e0e96f768fa1c707d6639b29a2ce (diff) | |
download | tinyproxy-bce9e6601e5e754793d55d761dc5a657a2e97aee.tar.gz tinyproxy-bce9e6601e5e754793d55d761dc5a657a2e97aee.zip |
Removed the reference to uri.c and uri.h since the new reqs.c doesn't use
them.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 87a5b7d..0d28fdb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.3 2000-09-11 23:37:01 rjkaes Exp $ +# $Id: Makefile.am,v 1.4 2001-09-14 04:55:06 rjkaes Exp $ # # # @@ -26,7 +26,6 @@ tinyproxy_SOURCES = \ reqs.c reqs.h \ sock.c sock.h \ tinyproxy.c tinyproxy.h \ - uri.c uri.h \ utils.c utils.h \ anonymous.c anonymous.h \ stats.c stats.h \ |