Update the list of source code files to include the vector and hashmap
files.
This commit is contained in:
		
							parent
							
								
									97a72783f5
								
							
						
					
					
						commit
						5e9aa90009
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
# $Id: Makefile.am,v 1.9 2001-12-15 20:02:26 rjkaes Exp $
 | 
					# $Id: Makefile.am,v 1.10 2002-04-07 21:33:38 rjkaes Exp $
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# 
 | 
					# 
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
@ -21,18 +21,20 @@ LDFLAGS = @LDFLAGS@
 | 
				
			|||||||
bin_PROGRAMS = tinyproxy
 | 
					bin_PROGRAMS = tinyproxy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tinyproxy_SOURCES = \
 | 
					tinyproxy_SOURCES = \
 | 
				
			||||||
	conns.c conns.h \
 | 
						acl.c acl.h \
 | 
				
			||||||
 | 
						anonymous.c anonymous.h \
 | 
				
			||||||
	buffer.c buffer.h \
 | 
						buffer.c buffer.h \
 | 
				
			||||||
 | 
						conns.c conns.h \
 | 
				
			||||||
 | 
						hashmap.c hashmap.h \
 | 
				
			||||||
	log.c log.h \
 | 
						log.c log.h \
 | 
				
			||||||
	reqs.c reqs.h \
 | 
						reqs.c reqs.h \
 | 
				
			||||||
	sock.c sock.h \
 | 
						sock.c sock.h \
 | 
				
			||||||
	tinyproxy.c tinyproxy.h \
 | 
					 | 
				
			||||||
	utils.c utils.h \
 | 
					 | 
				
			||||||
	anonymous.c anonymous.h \
 | 
					 | 
				
			||||||
	stats.c stats.h \
 | 
						stats.c stats.h \
 | 
				
			||||||
	thread.c thread.h \
 | 
						thread.c thread.h \
 | 
				
			||||||
 | 
						tinyproxy.c tinyproxy.h \
 | 
				
			||||||
 | 
						utils.c utils.h \
 | 
				
			||||||
 | 
						vector.c vector.h \
 | 
				
			||||||
	grammar.y scanner.l \
 | 
						grammar.y scanner.l \
 | 
				
			||||||
	acl.c acl.h \
 | 
					 | 
				
			||||||
	regexp.h
 | 
						regexp.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tinyproxy_LDADD = @LIBOBJS@
 | 
					tinyproxy_LDADD = @LIBOBJS@
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user