tinyproxy/src/Makefile.am
Steven Young 37e63909c0 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
2000-02-16 17:32:49 +00:00

20 lines
345 B
Makefile

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 \
regexp.h
tinyproxy_LDADD = @LIBOBJS@
EXTRA_DIST = gnuregex.c gnuregex.h \
filter.c filter.h
LDADD = @LIBOBJS