Move stop() call from closeTty() to the only calling site needing it
[remote/remote-mci.git] / mcs / Makefile.am
blobab26c7387862e8f354e87e77d2aff6d9a9d80016
1 noinst_LIBRARIES = libmcs.a
3 INCLUDES = -I/usr/include/mysql -I/usr/include/mysql++
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
19 include $(top_srcdir)/Makefile.lib