Added PartitionMap.cpp to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3357 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-05-27 08:10:56 +00:00
parent 0d383564c3
commit 9b6661b079
2 changed files with 3 additions and 2 deletions
@@ -31,6 +31,7 @@ R5KernelAddon udf : [ FDirName kernel file_systems udf ] :
UdfDebug.cpp UdfDebug.cpp
DiskStructures.cpp DiskStructures.cpp
PartitionMap.cpp
Volume.cpp Volume.cpp
; ;
@@ -15,14 +15,14 @@ SimpleTest udf_shell
sysdep.c hexdump.c argv.c sysdep.c hexdump.c argv.c
cpp.cpp vfs_interface.cpp cpp.cpp vfs_interface.cpp
UdfDebug.cpp DiskStructures.cpp Volume.cpp UdfDebug.cpp DiskStructures.cpp PartitionMap.cpp Volume.cpp
: :
; ;
# Tell Jam where to find these sources # Tell Jam where to find these sources
SEARCH on [ FGristFiles SEARCH on [ FGristFiles
cpp.cpp vfs_interface.cpp cpp.cpp vfs_interface.cpp
UdfDebug.cpp DiskStructures.cpp Volume.cpp UdfDebug.cpp DiskStructures.cpp PartitionMap.cpp Volume.cpp
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ; ] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
SEARCH on [ FGristFiles SEARCH on [ FGristFiles