Added a program for redirecting stderr to syslog.
[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 noinst_PROGRAMS = debugsink
7
8 htparser_SOURCES = htparser.c htparser.h plaintcp.c ssl-gnutls.c
9
10 LDADD = $(top_srcdir)/lib/libht.a
11 AM_CPPFLAGS = -I$(top_srcdir)/lib
12
13 htparser_CPPFLAGS = $(AM_CPPFLAGS) @GNUTLS_CPPFLAGS@
14 htparser_LDADD = $(LDADD) @GNUTLS_LIBS@
15 sendfile_LDADD = $(LDADD) -lmagic @XATTR_LIBS@