From 5e4cddfd9e6bc5ad9798d243c6c33fee5b789b2c Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Sun, 23 Nov 2003 22:13:38 +0000 Subject: [PATCH] Added ConsoleListener.cpp and UdfBuilder.cpp to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5465 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/makeudfimage/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/bin/makeudfimage/Jamfile b/src/apps/bin/makeudfimage/Jamfile index 7fe13ffa5f..ba69db90b0 100644 --- a/src/apps/bin/makeudfimage/Jamfile +++ b/src/apps/bin/makeudfimage/Jamfile @@ -2,8 +2,10 @@ SubDir OBOS_TOP src apps bin makeudfimage ; BinCommand makeudfimage : makeudfimage.cpp + ConsoleListener.cpp Debug.cpp Shell.cpp + UdfBuilder.cpp : stdc++.r4 ;