diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-02-27 14:54:01 +0000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2009-03-23 21:48:20 +1100 |
commit | c3fba67209e17941cd1024892c5f78c50ed3aecd (patch) | |
tree | 54da6dc6e8fb64ddbf1d509ee0f914f52e5916ca /configure.ac | |
parent | 49e0052d59f8b863dc6d1f975f752da93ba67b36 (diff) | |
download | talos-petitboot-c3fba67209e17941cd1024892c5f78c50ed3aecd.tar.gz talos-petitboot-c3fba67209e17941cd1024892c5f78c50ed3aecd.zip |
Makefile cleanups
General cleanup of the makefile.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 117c065..340cdbf 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ AS_IF([test "x$with_twin" != xno], fi], [${twin_LIBS}])]) -mkdir -p discover ui/test ui/common lib/talloc lib/pb-protocol lib/list \ - lib/waiter lib/log +mkdir -p discover lib/list lib/log lib/pb-protocol lib/talloc lib/waiter \ + test ui/common ui/ncurses ui/test ui/twin AC_OUTPUT |