From 81b52af80787598e15ce8b638f6e6a41dc8501ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 16 Mar 2004 10:29:48 +0000 Subject: [PATCH] Expander added git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7002 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 2cc47e4f0c..463a575f17 100644 --- a/src/apps/Jamfile +++ b/src/apps/Jamfile @@ -4,6 +4,7 @@ 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 expander ; SubInclude OBOS_TOP src apps magnify ; SubInclude OBOS_TOP src apps mediaplayer ; SubInclude OBOS_TOP src apps people ;