Added new source files xcp.cpp, path_util.cpp, stat_util.cpp.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11588 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-03-05 20:59:47 +00:00
parent 4a91298cbb
commit 0bd9d4d1c0

View File

@ -10,6 +10,8 @@ include [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell
SetupFSShellIncludes ;
UsePrivateHeaders shared ;
rule BuildLibFSShell
{
SetupObjectsDir ;
@ -39,7 +41,8 @@ rule BuildLibFSShell
BuildLibFSShell libfs_shell.a
:
fsh.cpp rootfs.c initfs.c kernel.c cache.c external_commands.cpp sl.c
stub.c tracker.cpp sysdep.c hexdump.c argv.c errors.cpp
stub.c tracker.cpp sysdep.c hexdump.c argv.c errors.cpp xcp.cpp
path_util.cpp stat_util.cpp
;