From f00d49aa7baeab03c6ed67d83a7ece22ee5d5218 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 31 Jan 2015 18:30:00 +0100 Subject: [PATCH] switched to argp, also allow "q" for quit, end on input shutdown, fix for checking stop and quit input, fix for checking ebusd answer --- src/tools/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index e09cfe04..d68683ef 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -9,8 +9,7 @@ bin_PROGRAMS = ebusctl \ ebusctl_SOURCES = ebusctl.cpp -ebusctl_LDADD = $(top_srcdir)/src/lib/utils/libutils.a \ - $(top_srcdir)/src/lib/ebus/libebus.a +ebusctl_LDADD = $(top_srcdir)/src/lib/utils/libutils.a ebusfeed_SOURCES = ebusfeed.cpp