Added a first version of the directory multiplexer.
[ashd.git] / src / Makefile.am
... / ...
CommitLineData
1bin_PROGRAMS = htparser dirplex
2noinst_PROGRAMS = debugsink
3
4htparser_SOURCES = htparser.c
5dirplex_SOURCES = dirplex.c
6debugsink_SOURCES = debugsink.c
7
8LDADD = $(top_srcdir)/lib/libht.a
9AM_CPPFLAGS = -I$(top_srcdir)/lib