Fixed build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23176 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-12-27 22:56:44 +00:00
parent e78f31ebbe
commit 73ad280ad3

View File

@ -111,6 +111,7 @@ SimpleTest BootLoaderTest :
strlcat.c
strlcpy.c
driver_settings.c
KMessage.cpp
: boottest_bfs.a boottest_amiga_ffs.a boottest_tarfs.a libz.a
;
@ -120,6 +121,9 @@ SimpleTest BootLoaderTest :
SEARCH on [ FGristFiles list.c ]
= [ FDirName $(HAIKU_TOP) src system kernel util ] ;
SEARCH on [ FGristFiles KMessage.cpp ]
= [ FDirName $(HAIKU_TOP) src system kernel messaging ] ;
SEARCH on [ FGristFiles strlcat.c strlcpy.c ]
= [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;