Added a `debugsink' test program.
[ashd.git] / src / Makefile.am
1 bin_PROGRAMS = htparser
2 noinst_PROGRAMS = debugsink
3
4 htparser_SOURCES = htparser.c
5 debugsink_SOURCES = debugsink.c
6
7 LDADD = $(top_srcdir)/lib/libht.a
8 AM_CPPFLAGS = -I$(top_srcdir)/lib