summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-01-21 16:26:54 -0800
committerJeremy Kerr <jk@ozlabs.org>2009-02-01 11:41:41 +1100
commit812761a1f8ff94e4913529840b905360ff843fc4 (patch)
tree5ce899b8ef5e177ce075711ce2a911bf2237a768 /configure.ac
parent61679084243c471053b0b1b9865b40d721586958 (diff)
downloadtalos-petitboot-812761a1f8ff94e4913529840b905360ff843fc4.tar.gz
talos-petitboot-812761a1f8ff94e4913529840b905360ff843fc4.zip
Move waiter to library
Move the waiter routines into the petitboot library. The waiter routines are generic enough to be used for both server and client. Does not change the waiter source. jk: move to lib/waiter/ 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.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 650d60b..f06ac80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,7 @@ AC_PROG_INSTALL
PKG_CHECK_MODULES([twin], [libtwin])
-mkdir -p discover ui/test ui/common lib/talloc lib/pb-protocol lib/list
+mkdir -p discover ui/test ui/common lib/talloc lib/pb-protocol lib/list \
+ lib/waiter
AC_OUTPUT
OpenPOWER on IntegriCloud