From 2a0a0e9c0ae6f79d9896b4714534af3c6df8a5b9 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sun, 27 Mar 2005 06:12:25 +0000 Subject: [PATCH] Add the MiniTerminal to the buildsystem. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12069 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/apps/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/apps/Jamfile b/src/tests/apps/Jamfile index 74ad05b988..841445e488 100644 --- a/src/tests/apps/Jamfile +++ b/src/tests/apps/Jamfile @@ -1,3 +1,4 @@ SubDir OBOS_TOP src tests apps ; SubInclude OBOS_TOP src tests apps bin ; +SubInclude OBOS_TOP src tests apps miniterminal ; \ No newline at end of file