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