dirplex: Moved to its own directory and split off configuration code.
[ashd.git] / src / Makefile.am
1 SUBDIRS = dirplex
2
3 bin_PROGRAMS = htparser sendfile callcgi patplex userplex htls callscgi
4 noinst_PROGRAMS = debugsink
5
6 htparser_SOURCES = htparser.c htparser.h plaintcp.c ssl-gnutls.c
7
8 LDADD = $(top_srcdir)/lib/libht.a
9 AM_CPPFLAGS = -I$(top_srcdir)/lib
10
11 htparser_CPPFLAGS = $(AM_CPPFLAGS) @GNUTLS_CPPFLAGS@
12 htparser_LDADD = $(LDADD) @GNUTLS_LIBS@
13 sendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@