- Added Attribute.cpp and OutputFile.cpp to the build

- Added libbe.so to list of libaries to be linked to makeudfimage


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5549 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-12-03 08:43:49 +00:00
parent af44f8e659
commit 02dc4e1e82
+3
View File
@@ -12,7 +12,9 @@ SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
BinCommand makeudfimage
: makeudfimage.cpp
Allocator.cpp
Attribute.cpp
ConsoleListener.cpp
OutputFile.cpp
Shell.cpp
UdfBuilder.cpp
@@ -23,6 +25,7 @@ BinCommand makeudfimage
Utils.cpp
: stdc++.r4
be
;