lib: Properly use error from the restarted child, in the event of restarting.
[ashd.git] / src / dirplex / Makefile.am
CommitLineData
600a1ce7
FT
1bin_PROGRAMS = dirplex
2
3dirplex_SOURCES = dirplex.c conf.c dirplex.h
4
5LDADD = $(top_srcdir)/lib/libht.a
6AM_CPPFLAGS = -I$(top_srcdir)/lib