summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-01-21 16:26:56 -0800
committerJeremy Kerr <jk@ozlabs.org>2009-02-01 11:49:29 +1100
commitdae4540e417e2bf72dd83b2713a670bde0056ba9 (patch)
treebf6f168b7f865e3a35eda16879c2d43637056b3f /configure.ac
parent6106bb6672af26232546c07a4b631779f21dbbb0 (diff)
downloadtalos-petitboot-dae4540e417e2bf72dd83b2713a670bde0056ba9.tar.gz
talos-petitboot-dae4540e417e2bf72dd83b2713a670bde0056ba9.zip
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 <geoffrey.levand@am.sony.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud