Added Referenceable.cpp -- it's in the kernel, so we need it.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34086 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-11-17 11:37:11 +00:00
parent 713cc7fc84
commit cf17d2695d
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,7 @@ SharedLibrary libuserlandfs_haiku_kernel.so
block_cache.cpp
file_map.cpp
khash.c
Referenceable.cpp
# emulation
entry_cache.cpp
@ -62,3 +63,7 @@ SEARCH on [ FGristFiles
SEARCH on [ FGristFiles
khash.c
] = [ FDirName $(HAIKU_TOP) src system kernel util ] ;
SEARCH on [ FGristFiles
Referenceable.cpp
] = [ FDirName $(HAIKU_TOP) src kits support ] ;