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