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