diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-26 18:56:43 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-26 18:56:43 +0000 |
commit | 9910c06bd2b95a8f841d7975b93a9c4b86771836 (patch) | |
tree | f26b748c495cec6a3e28241ab6c3a540c973c8e6 /src | |
parent | 2e6ab58f37f142117921de04ebb07c71efef0a6e (diff) | |
download | tinyproxy-9910c06bd2b95a8f841d7975b93a9c4b86771836.tar.gz tinyproxy-9910c06bd2b95a8f841d7975b93a9c4b86771836.zip |
Removed the "dnsserver" program all together, and changed the names of
some of the files.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6a9def3..f97bb4a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.13 2002-05-23 04:43:06 rjkaes Exp $ +# $Id: Makefile.am,v 1.14 2002-05-26 18:56:43 rjkaes Exp $ # # # @@ -18,24 +18,16 @@ YFLAGS = @YFLAGS@ LDFLAGS = @LDFLAGS@ -sbin_PROGRAMS = tinyproxy dnsserver - -dnsserver_SOURCES = \ - common.h \ - daemon.c daemon.h \ - dnsserver.c \ - heap.c heap.h \ - network.c network.h \ - text.c text.h +sbin_PROGRAMS = tinyproxy tinyproxy_SOURCES = \ acl.c acl.h \ anonymous.c anonymous.h \ buffer.c buffer.h \ + child.c child.h \ common.h \ conns.c conns.h \ daemon.c daemon.h \ - dnsclient.c dnsclient.h \ hashmap.c hashmap.h \ heap.c heap.h \ log.c log.h \ @@ -44,7 +36,6 @@ tinyproxy_SOURCES = \ sock.c sock.h \ stats.c stats.h \ text.c text.h \ - thread.c thread.h \ tinyproxy.c tinyproxy.h \ utils.c utils.h \ vector.c vector.h \ |