From ae1c9ba20714a15c0290e6cdc28ecc7bb5ad646c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 11 Jan 2008 14:34:23 +0000 Subject: [PATCH] Add Login to the build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23401 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 06a799777d..1838522737 100644 --- a/src/apps/Jamfile +++ b/src/apps/Jamfile @@ -16,6 +16,7 @@ SubInclude HAIKU_TOP src apps glteapot ; SubInclude HAIKU_TOP src apps icon-o-matic ; SubInclude HAIKU_TOP src apps installer ; SubInclude HAIKU_TOP src apps launchbox ; +SubInclude HAIKU_TOP src apps login ; SubInclude HAIKU_TOP src apps magnify ; SubInclude HAIKU_TOP src apps mail ; SubInclude HAIKU_TOP src apps mandelbrot ;