Removed the "dnsserver" program all together, and changed the names of
some of the files.
This commit is contained in:
		
							parent
							
								
									2e6ab58f37
								
							
						
					
					
						commit
						9910c06bd2
					
				@ -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@
 | 
					YFLAGS = @YFLAGS@
 | 
				
			||||||
LDFLAGS = @LDFLAGS@
 | 
					LDFLAGS = @LDFLAGS@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sbin_PROGRAMS = tinyproxy dnsserver
 | 
					sbin_PROGRAMS = tinyproxy
 | 
				
			||||||
 | 
					 | 
				
			||||||
dnsserver_SOURCES = \
 | 
					 | 
				
			||||||
	common.h \
 | 
					 | 
				
			||||||
	daemon.c daemon.h \
 | 
					 | 
				
			||||||
	dnsserver.c \
 | 
					 | 
				
			||||||
	heap.c heap.h \
 | 
					 | 
				
			||||||
	network.c network.h \
 | 
					 | 
				
			||||||
	text.c text.h
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
tinyproxy_SOURCES = \
 | 
					tinyproxy_SOURCES = \
 | 
				
			||||||
	acl.c acl.h \
 | 
						acl.c acl.h \
 | 
				
			||||||
	anonymous.c anonymous.h \
 | 
						anonymous.c anonymous.h \
 | 
				
			||||||
	buffer.c buffer.h \
 | 
						buffer.c buffer.h \
 | 
				
			||||||
 | 
						child.c child.h \
 | 
				
			||||||
	common.h \
 | 
						common.h \
 | 
				
			||||||
	conns.c conns.h \
 | 
						conns.c conns.h \
 | 
				
			||||||
	daemon.c daemon.h \
 | 
						daemon.c daemon.h \
 | 
				
			||||||
	dnsclient.c dnsclient.h \
 | 
					 | 
				
			||||||
	hashmap.c hashmap.h \
 | 
						hashmap.c hashmap.h \
 | 
				
			||||||
	heap.c heap.h \
 | 
						heap.c heap.h \
 | 
				
			||||||
	log.c log.h \
 | 
						log.c log.h \
 | 
				
			||||||
@ -44,7 +36,6 @@ tinyproxy_SOURCES = \
 | 
				
			|||||||
	sock.c sock.h \
 | 
						sock.c sock.h \
 | 
				
			||||||
	stats.c stats.h \
 | 
						stats.c stats.h \
 | 
				
			||||||
	text.c text.h \
 | 
						text.c text.h \
 | 
				
			||||||
	thread.c thread.h \
 | 
					 | 
				
			||||||
	tinyproxy.c tinyproxy.h \
 | 
						tinyproxy.c tinyproxy.h \
 | 
				
			||||||
	utils.c utils.h \
 | 
						utils.c utils.h \
 | 
				
			||||||
	vector.c vector.h \
 | 
						vector.c vector.h \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user