Avoid recursion when processing residual inbuf data.
[shim.git] / Makefile.am
blobea8da5591ceaf33dd90dd4cabff63863576cf1ce
1 AUTOMAKE_OPTIONS = foreign
3 SUBDIRS = .
5 noinst_HEADERS = conn.h headers.h httpconn.h log.h proxy.h util.h netheaders.h \
6                 compat/sys/queue.h
7 shim_SOURCES = main.c proxy.c httpconn.c conn.c headers.c log.c util.c
8 shim_CFLAGS = -I$(srcdir)/compat $(LIBEVENT_CFLAGS)
9 shim_LDADD = $(LIBEVENT_LIBS)
10 bin_PROGRAMS = shim