remote-device-name: Minor cleanup of documentation and code
[remote/remote-mci.git] / protocols / Makefile.am
blob588739db19ae3d65322df1f738e35f9f04812103
1 noinst_LIBRARIES = libprotocols.a
3 libprotocols_a_SOURCES = \
4  macros.h \
5  Message.h \
6  diku_host_server/MsgMoteConnectionInfoList.cc \
7  diku_host_server/MsgHostConfirm.cc \
8  diku_host_server/MsgPlugEvent.cc \
9  diku_host_server/HostMsg.h \
10  diku_host_server/MsgMoteConnectionInfoList.h \
11  diku_host_server/MsgPlugEvent.h \
12  diku_host_server/MsgMoteConnectionInfo.h \
13  diku_host_server/MsgMoteAddresses.h \
14  diku_host_server/MsgHostRequest.cc \
15  diku_host_server/MsgHostConfirm.h \
16  diku_host_server/MsgMoteConnectionInfo.cc \
17  diku_host_server/HostMsg.cc \
18  diku_host_server/MsgMoteAddresses.cc \
19  diku_host_server/MsgHostRequest.h \
20  client_server/MsgClientRequest.h \
21  client_server/MsgClientConfirm.cc \
22  client_server/MsgSession.h \
23  client_server/ClientMsg.cc \
24  client_server/localconstants.h \
25  client_server/MsgSession.cc \
26  client_server/MsgMoteIdList.cc \
27  client_server/MsgClientRequest.cc \
28  client_server/ClientMsg.h \
29  client_server/MsgMoteIdList.h \
30  client_server/MsgClientConfirm.h \
31  tcputil.h \
32  Message.cc \
33  BaseMsg.h \
34  motecontrol/MsgConfirm.h \
35  motecontrol/MsgRequest.h \
36  motecontrol/localconstants.h \
37  motecontrol/MoteMsg.cc \
38  motecontrol/MsgRequest.cc \
39  motecontrol/MoteMsg.h \
40  motecontrol/MsgConfirm.cc \
41  MMSException.cc \
42  MsgPayload.cc \
43  MsgPayload.h \
44  types.h \
45  tcputil.cc \
46  MMSException.h
48 include $(top_srcdir)/Makefile.lib