From f78580c4961bf3d4029132a332db5b48291e0e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 2 Feb 2007 06:47:49 +0000 Subject: [PATCH] add usb_dev_info git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20038 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/Jamfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index dce6e79837..75cd12030c 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -135,6 +135,11 @@ StdBinCommands mail.cpp : be libmail.so : $(haiku-utils_rsrc) ; +# standard commands that need libbe.so, libusb.so +StdBinCommands + usb_dev_info.cpp + : be libusb.a : $(haiku-utils_rsrc) ; + SubInclude HAIKU_TOP src bin addattr ; SubInclude HAIKU_TOP src bin bash ; SubInclude HAIKU_TOP src bin bc ;