From dae4540e417e2bf72dd83b2713a670bde0056ba9 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 21 Jan 2009 16:26:56 -0800 Subject: Move log to library Move the log routines to the petitboot library. The log routines are generic enough to be used for both server and client. Does not change the log source. jk: move to lib/log/ instead of lib/ 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 f06ac80..88e5833 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,6 @@ AC_PROG_INSTALL PKG_CHECK_MODULES([twin], [libtwin]) mkdir -p discover ui/test ui/common lib/talloc lib/pb-protocol lib/list \ - lib/waiter + lib/waiter lib/log AC_OUTPUT -- cgit v1.2.1