Use libmagic for sendfile.
[ashd.git] / src / Makefile.am
CommitLineData
326e08fc 1bin_PROGRAMS = htparser dirplex sendfile callcgi patplex
fe8e38f3 2noinst_PROGRAMS = debugsink
f0bbedf7
FT
3
4htparser_SOURCES = htparser.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
FT
10
11sendfile_LDADD = $(LDADD) -lmagic