]> git.ozlabs.org Git - petitboot/blobdiff - configure.ac
Fix nc-cui comment
[petitboot] / configure.ac
index 117c065a368945cd60072f96318e83457575e938..cb43f8c804308b00e290e184ab877e7a73ca5743 100644 (file)
@@ -29,6 +29,16 @@ fi
 AC_PROG_CC
 AC_PROG_INSTALL
 
+AC_ARG_ENABLE([ps3],
+       [AS_HELP_STRING([--enable-ps3],
+               [build support for the PS3 game console])],
+       [],
+       [enable_ps3=check])
+
+AS_IF([test "x$enable_ps3" != xno],
+       [AC_SUBST([ENABLE_PS3], ["y"])],
+       [AC_SUBST([ENABLE_PS3], ["n"])])
+
 AC_ARG_WITH([twin],
        [AS_HELP_STRING([--with-twin],
                [build GUI versions using the twin window system])],
@@ -50,7 +60,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/system lib/talloc \
+       lib/waiter test ui/common ui/ncurses ui/test ui/twin utils
 
 AC_OUTPUT