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