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