From 9393273de261715865f015a6bf2a6e524efeb4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 26 Jul 2005 20:29:47 +0000 Subject: [PATCH] added a dependency haikulogo.png to AboutHaiku.rdef git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13833 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/abouthaiku/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/abouthaiku/Jamfile b/src/apps/abouthaiku/Jamfile index 47e69f7f64..9a7ab3afa5 100644 --- a/src/apps/abouthaiku/Jamfile +++ b/src/apps/abouthaiku/Jamfile @@ -11,3 +11,5 @@ App AboutHaiku : : libbe.so libtranslation.so libroot.so : AboutHaiku.rdef ; + +Includes [ FGristFiles AboutHaiku.rdef ] : [ FGristFiles haikulogo.png ] ;