when our input_server links against libopenbeos.so , addons have to do the same

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9101 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-09-29 09:16:57 +00:00
parent d7ff9fac45
commit 372a32913b

View File

@ -8,3 +8,8 @@ Addon <input>keyboard : input_server/devices :
: false
: be <nogrist>input_server ;
if $(COMPILE_FOR_R5) {
} else {
LinkSharedOSLibs <input>keyboard : <boot!home!config!lib>libopenbeos.so ;
}