Commit | Line | Data |
---|---|---|
326e08fc | 1 | bin_PROGRAMS = htparser dirplex sendfile callcgi patplex |
fe8e38f3 | 2 | noinst_PROGRAMS = debugsink |
f0bbedf7 | 3 | |
8774c31b | 4 | htparser_SOURCES = htparser.c htparser.h plaintcp.c |
992ce9ef | 5 | dirplex_SOURCES = dirplex.c |
fe8e38f3 | 6 | debugsink_SOURCES = debugsink.c |
f0bbedf7 | 7 | |
fe8e38f3 FT |
8 | LDADD = $(top_srcdir)/lib/libht.a |
9 | AM_CPPFLAGS = -I$(top_srcdir)/lib | |
8f728a25 | 10 | |
0328ac04 | 11 | sendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@ |