Added a preliminary version of a psendfile program.
[ashd.git] / src / Makefile.am
1 SUBDIRS = dirplex
2
3 bin_PROGRAMS =  htparser sendfile callcgi patplex userplex htls \
4                 callscgi accesslog htextauth callfcgi multifscgi \
5                 errlogger
6
7 noinst_PROGRAMS=psendfile
8
9 htparser_SOURCES = htparser.c htparser.h plaintcp.c ssl-gnutls.c
10
11 LDADD = $(top_srcdir)/lib/libht.a
12 AM_CPPFLAGS = -I$(top_srcdir)/lib
13
14 htparser_CPPFLAGS = $(AM_CPPFLAGS) @GNUTLS_CPPFLAGS@
15 htparser_LDADD = $(LDADD) @GNUTLS_LIBS@
16 sendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@
17 psendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@