From 02dc4e1e8232a4962ff16ae0b6fd03a216a72eba Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Wed, 3 Dec 2003 08:43:49 +0000 Subject: [PATCH] - 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 --- src/apps/bin/makeudfimage/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/bin/makeudfimage/Jamfile b/src/apps/bin/makeudfimage/Jamfile index b0c60ad7d6..d58ab66353 100644 --- a/src/apps/bin/makeudfimage/Jamfile +++ b/src/apps/bin/makeudfimage/Jamfile @@ -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 ;