From 2444f60ff3e0a82188482cf15d4d9777c2406ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 15 Jan 2004 17:22:00 +0000 Subject: [PATCH] Added DiskProbe to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6097 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/Jamfile b/src/apps/Jamfile index 857042eb4a..2cc47e4f0c 100644 --- a/src/apps/Jamfile +++ b/src/apps/Jamfile @@ -3,6 +3,7 @@ SubDir OBOS_TOP src apps ; SubInclude OBOS_TOP src apps bin ; SubInclude OBOS_TOP src apps clock ; SubInclude OBOS_TOP src apps codycam ; +SubInclude OBOS_TOP src apps diskprobe ; SubInclude OBOS_TOP src apps magnify ; SubInclude OBOS_TOP src apps mediaplayer ; SubInclude OBOS_TOP src apps people ;