Added an initial implementation of HTTPS.
[ashd.git] / src / Makefile.am
CommitLineData
121d8be9 1bin_PROGRAMS = htparser dirplex sendfile callcgi patplex userplex htls
fe8e38f3 2noinst_PROGRAMS = debugsink
f0bbedf7 3
6ca53b2e 4htparser_SOURCES = htparser.c htparser.h plaintcp.c ssl-gnutls.c
992ce9ef 5dirplex_SOURCES = dirplex.c
fe8e38f3 6debugsink_SOURCES = debugsink.c
f0bbedf7 7
fe8e38f3
FT
8LDADD = $(top_srcdir)/lib/libht.a
9AM_CPPFLAGS = -I$(top_srcdir)/lib
8f728a25 10
6ca53b2e
FT
11htparser_CPPFLAGS = $(AM_CPPFLAGS) @GNUTLS_CPPFLAGS@
12htparser_LDADD = $(LDADD) @GNUTLS_LIBS@
0328ac04 13sendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@