From cf3593ef4be341aace4843148a7999c5660e8b2b Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Sun, 12 Apr 2009 15:11:55 +0000 Subject: Add pb-event helper utility Add a new helper utility pb_event. pb_event reads data on stdin and writes it to the petitboot event socket. Signed-off-by: Geoff Levand Signed-off-by: Jeremy Kerr --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c67f0ed..524cbc5 100644 --- a/configure.ac +++ b/configure.ac @@ -51,6 +51,6 @@ AS_IF([test "x$with_twin" != xno], [${twin_LIBS}])]) mkdir -p discover lib/list lib/log lib/pb-protocol lib/system lib/talloc \ - lib/waiter test ui/common ui/ncurses ui/test ui/twin + lib/waiter test ui/common ui/ncurses ui/test ui/twin utils AC_OUTPUT -- cgit v1.2.1