Fixed plaintcp bug.
[ashd.git] / src / Makefile.am
CommitLineData
121d8be9 1bin_PROGRAMS = htparser dirplex sendfile callcgi patplex userplex htls
fe8e38f3 2noinst_PROGRAMS = debugsink
f0bbedf7 3
8774c31b 4htparser_SOURCES = htparser.c htparser.h plaintcp.c
992ce9ef 5dirplex_SOURCES = dirplex.c
fe8e38f3 6debugsink_SOURCES = debugsink.c
f0bbedf7 7
fe8e38f3
FT
8LDADD = $(top_srcdir)/lib/libht.a
9AM_CPPFLAGS = -I$(top_srcdir)/lib
8f728a25 10
0328ac04 11sendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@