Issue 31: Add custom config module
[remote/remote-mci.git] / mch / Makefile.am
blob6e8b2d44651bcec563b57ee17dbe80216e814777
1 bin_PROGRAMS = remote-mch
3 remote_mch_SOURCES = \
4  DeviceManager.cc \
5  DeviceManager.h \
6  Mote.cc \
7  Mote.h \
8  MoteHost.cc \
9  MoteHost.h \
10  SerialControl.cc \
11  SerialControl.h
13 remote_mch_DEPENDENCIES = \
14  $(top_builddir)/libutil/libutil.a \
15  $(top_builddir)/protocols/libprotocols.a
17 remote_mch_LDADD = \
18  $(remote_mch_DEPENDENCIES)
20 SUBDIRS = notify
21 EXTRA_DIST = README
23 include $(top_srcdir)/Makefile.lib