From f1f43f47d8387d864a6ab84c05fa828bc6db3ccb Mon Sep 17 00:00:00 2001 From: shatty Date: Wed, 6 Aug 2003 06:01:09 +0000 Subject: [PATCH] include resource usage window.cpp in the build git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4234 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/prefs/devices/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/prefs/devices/Jamfile b/src/prefs/devices/Jamfile index 1bb5fadf0d..19f843a15f 100644 --- a/src/prefs/devices/Jamfile +++ b/src/prefs/devices/Jamfile @@ -8,6 +8,7 @@ Preference Devices : Devices.cpp DevicesWindow.cpp DevicesViews.cpp + ResourceUsageWindow.cpp ; -LinkSharedOSLibs Devices : be ; \ No newline at end of file +LinkSharedOSLibs Devices : be ;