32e50fb933790b06f864ced14a48acc03f48fbc8
[ashd.git] / src / Makefile.am
1 bin_PROGRAMS = htparser dirplex sendfile callcgi patplex userplex htls
2 noinst_PROGRAMS = debugsink
3
4 htparser_SOURCES = htparser.c htparser.h plaintcp.c
5 dirplex_SOURCES = dirplex.c
6 debugsink_SOURCES = debugsink.c
7
8 LDADD = $(top_srcdir)/lib/libht.a
9 AM_CPPFLAGS = -I$(top_srcdir)/lib
10
11 sendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@