Commit | Line | Data |
---|---|---|
326e08fc | 1 | bin_PROGRAMS = htparser dirplex sendfile callcgi patplex |
fe8e38f3 | 2 | noinst_PROGRAMS = debugsink |
f0bbedf7 FT |
3 | |
4 | htparser_SOURCES = htparser.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 |