From 648b25f2e17611f4fb3c514c7430f4652033aec2 Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 28 Sep 2002 02:13:34 +0000 Subject: [PATCH] added linkage line for be shared lib, building by jam works now. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1223 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/decorators/WinDecorator/Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/add-ons/decorators/WinDecorator/Jamfile b/src/add-ons/decorators/WinDecorator/Jamfile index 924dd9ead5..221a3a7cc7 100644 --- a/src/add-ons/decorators/WinDecorator/Jamfile +++ b/src/add-ons/decorators/WinDecorator/Jamfile @@ -7,4 +7,6 @@ Addon WinDecorator : decorators : Decorator.cpp DisplayDriver.cpp RGBColor.cpp -; \ No newline at end of file +; + +LinkSharedOSLibs WinDecorator : be ;