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
Move stop() call from closeTty() to the only calling site needing it
[remote/remote-mci.git]
/
mcs
/
Makefile.am
blob
ab26c7387862e8f354e87e77d2aff6d9a9d80016
1
noinst_LIBRARIES = libmcs.a
2
3
INCLUDES = -I/usr/include/mysql -I/usr/include/mysql++
4
5
libmcs_a_SOURCES = \
6
FileDescriptor.cc \
7
FileDescriptor.h \
8
MCIAddress.h \
9
Mote.cc \
10
Mote.h \
11
MoteControlInfrastructure.h \
12
Session.cc \
13
Session.h \
14
SessionListener.cc \
15
SessionListener.h \
16
database.cc \
17
database.h
18
19
include $(top_srcdir)/Makefile.lib