directories utils->lib and tools->tool renamed; ebusd_send changed to fit with all commands.

This commit is contained in:
Roland Jax
2014-06-03 14:37:18 +02:00
parent 8e9169afd4
commit 6b304334f3
17 changed files with 18 additions and 21 deletions
+11 -11
View File
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CXXFLAGS = $(LIBEBUS_CFLAGS) -I$(top_srcdir)/utils -fpic -Wall -Wextra
AM_CXXFLAGS = $(LIBEBUS_CFLAGS) -I$(top_srcdir)/lib -fpic -Wall -Wextra
bin_PROGRAMS = ebusd \
ebusd_feed \
@@ -13,22 +13,22 @@ ebusd_SOURCES = src/main.cpp \
src/ebusloop.cpp \
src/cycdata.cpp \
src/network.cpp \
utils/thread.cpp \
utils/logger.cpp \
utils/tcpsocket.cpp \
utils/daemon.cpp \
utils/appl.cpp
lib/thread.cpp \
lib/logger.cpp \
lib/tcpsocket.cpp \
lib/daemon.cpp \
lib/appl.cpp
ebusd_LDADD = $(LIBEBUS_LIBS) \
-lpthread
dist_noinst_SCRIPTS = autogen.sh
ebusd_feed_SOURCES = tools/ebusd_feed.cpp \
utils/appl.cpp
ebusd_feed_SOURCES = tool/ebusd_feed.cpp \
lib/appl.cpp
ebusd_feed_LDADD = $(LIBEBUS_LIBS)
ebusd_send_SOURCES = tools/ebusd_send.cpp \
utils/appl.cpp \
utils/tcpsocket.cpp
ebusd_send_SOURCES = tool/ebusd_send.cpp \
lib/appl.cpp \
lib/tcpsocket.cpp