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 ;