summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 0c319448ed85420f36bad03500cbc430fe756b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bin_PROGRAMS = tinyproxy
tinyproxy_SOURCES = config.h \
	buffer.c buffer.h \
	conns.c conns.h \
	dnscache.c dnscache.h \
	log.c log.h \
	reqs.c reqs.h \
	sock.c sock.h \
	tinyproxy.c tinyproxy.h \
	uri.c uri.h \
	utils.c utils.h \
	anonymous.c anonymous.h \
	regexp.h

tinyproxy_LDADD = @LIBOBJS@

EXTRA_DIST = gnuregex.c gnuregex.h \
	filter.c filter.h

LDADD = @LIBOBJS