ebusdump merged into ebusctl.

This commit is contained in:
Roland Jax
2014-06-26 18:39:49 +02:00
parent c0b4ff038f
commit 22912422c2
8 changed files with 111 additions and 166 deletions
+1 -8
View File
@@ -5,8 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CXXFLAGS = $(LIBEBUS_CFLAGS) -I$(top_srcdir)/lib -fpic -Wall -Wextra
bin_PROGRAMS = ebusd \
ebusctl \
ebusdump
ebusctl
ebusd_SOURCES = src/main.cpp \
src/baseloop.cpp \
@@ -31,9 +30,3 @@ ebusctl_SOURCES = tools/ebusctl.cpp \
ebusctl_LDADD = $(LIBEBUS_LIBS)
ebusdump_SOURCES = tools/ebusdump.cpp \
lib/appl.cpp
ebusdump_LDADD = $(LIBEBUS_LIBS)