class BusCommand separated from class Bus.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user