Rename cleanUpProgram() to endChild() and add kill ability
[remote/remote-mci.git] / diku_mch / Makefile.am
blobfa169437edb34830a9ccc8bdffce0fc383db131b
1 bin_PROGRAMS = diku_mch
3 diku_mch_SOURCES = \
4  Configuration.cc \
5  Configuration.h \
6  DeviceManager.cc \
7  DeviceManager.h \
8  Mote.cc \
9  Mote.h \
10  MoteHost.cc \
11  MoteHost.h \
12  SerialControl.cc \
13  SerialControl.h
15 diku_mch_DEPENDENCIES = \
16  $(top_builddir)/libutil/libutil.a \
17  $(top_builddir)/protocols/libprotocols.a
19 diku_mch_LDADD = \
20  $(diku_mch_DEPENDENCIES) \
21  $(BOOST_PROGRAM_OPTIONS_LIB)
23 SUBDIRS = plugpiper
25 include $(top_srcdir)/Makefile.lib