etc: Add environment option to run init.d/ashd silently.
[ashd.git] / 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