From b53838ba7c32b90426cd85d1808c765bdfe5acd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 20 Dec 2007 23:29:55 +0000 Subject: [PATCH] Add 2dmov and BSnow to the build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23145 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/Jamfile b/src/apps/Jamfile index 3f193ff94c..06a799777d 100644 --- a/src/apps/Jamfile +++ b/src/apps/Jamfile @@ -1,6 +1,8 @@ SubDir HAIKU_TOP src apps ; +SubInclude HAIKU_TOP src apps 3dmov ; SubInclude HAIKU_TOP src apps aboutsystem ; +SubInclude HAIKU_TOP src apps bsnow ; SubInclude HAIKU_TOP src apps cdplayer ; SubInclude HAIKU_TOP src apps clock ; SubInclude HAIKU_TOP src apps codycam ;