class BusCommand separated from class Bus.

This commit is contained in:
Roland Jax
2014-10-29 18:20:40 +01:00
parent cbbfe1ccd9
commit 6eab3adc42
7 changed files with 168 additions and 84 deletions
+9 -2
View File
@@ -4,11 +4,18 @@ AM_CXXFLAGS = -fpic \
noinst_LIBRARIES = libcore.a
libcore_a_SOURCES = appl.cpp \
libcore_a_SOURCES = wqueue.h \
notify.h \
appl.cpp \
appl.h \
daemon.cpp \
daemon.h \
logger.cpp \
logger.h \
thread.cpp \
tcpsocket.cpp
thread.h \
tcpsocket.cpp \
tcpsocket.h
distclean-local:
-rm -f Makefile.in