Commit | Line | Data |
---|---|---|
600a1ce7 FT |
1 | SUBDIRS = dirplex |
2 | ||
048ac115 | 3 | bin_PROGRAMS = htparser sendfile callcgi patplex userplex htls callscgi accesslog |
fe8e38f3 | 4 | noinst_PROGRAMS = debugsink |
f0bbedf7 | 5 | |
6ca53b2e | 6 | htparser_SOURCES = htparser.c htparser.h plaintcp.c ssl-gnutls.c |
f0bbedf7 | 7 | |
fe8e38f3 FT |
8 | LDADD = $(top_srcdir)/lib/libht.a |
9 | AM_CPPFLAGS = -I$(top_srcdir)/lib | |
8f728a25 | 10 | |
6ca53b2e FT |
11 | htparser_CPPFLAGS = $(AM_CPPFLAGS) @GNUTLS_CPPFLAGS@ |
12 | htparser_LDADD = $(LDADD) @GNUTLS_LIBS@ | |
0328ac04 | 13 | sendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@ |