Added the new BPlusTree.cpp and File.cpp to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4655 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-09-12 07:36:36 +00:00
parent 8efb3a26d2
commit c9fad12dca
@@ -9,5 +9,7 @@ SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
KernelStaticLibrary boot_bfs :
bfs.cpp
Directory.cpp
File.cpp
Stream.cpp
BPlusTree.cpp
;