repo.or.cz
/
remote
/
remote-mci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Issue 31: Add custom config module
[remote/remote-mci.git]
/
mch
/
Makefile.am
blob
6e8b2d44651bcec563b57ee17dbe80216e814777
1
bin_PROGRAMS = remote-mch
2
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
12
13
remote_mch_DEPENDENCIES = \
14
$(top_builddir)/libutil/libutil.a \
15
$(top_builddir)/protocols/libprotocols.a
16
17
remote_mch_LDADD = \
18
$(remote_mch_DEPENDENCIES)
19
20
SUBDIRS = notify
21
EXTRA_DIST = README
22
23
include $(top_srcdir)/Makefile.lib