file struturce changed.

This commit is contained in:
Roland Jax
2014-11-06 16:08:11 +01:00
parent 727bf600da
commit 793c64d922
56 changed files with 67 additions and 67 deletions
+21
View File
@@ -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