file struturce changed.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
AM_CXXFLAGS = -fpic \
|
||||
-Wall \
|
||||
-Wextra
|
||||
|
||||
noinst_LIBRARIES = libutils.a
|
||||
|
||||
libutils_a_SOURCES = wqueue.h \
|
||||
notify.h \
|
||||
appl.cpp \
|
||||
appl.h \
|
||||
daemon.cpp \
|
||||
daemon.h \
|
||||
logger.cpp \
|
||||
logger.h \
|
||||
thread.cpp \
|
||||
thread.h \
|
||||
tcpsocket.cpp \
|
||||
tcpsocket.h
|
||||
|
||||
distclean-local:
|
||||
-rm -f Makefile.in
|
||||
Reference in New Issue
Block a user