From 71a7359f678228d939d1a0871922f75e1377f20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 7 May 2008 14:03:18 +0000 Subject: [PATCH] missed a file, oddly it was still building (but with undefined symbols... when I say they are bad :P) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25348 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/media-add-ons/usb_webcam/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/media-add-ons/usb_webcam/Jamfile b/src/add-ons/media/media-add-ons/usb_webcam/Jamfile index af24a0c449..4cd55aa3ca 100644 --- a/src/add-ons/media/media-add-ons/usb_webcam/Jamfile +++ b/src/add-ons/media/media-add-ons/usb_webcam/Jamfile @@ -37,7 +37,7 @@ csTransformsSources = Bayer.cpp ; ## sensors sources local sensorsSources ; -sensorsSources = hdcs1000.cpp hv7131e1.cpp tas5110c1b.cpp ; +sensorsSources = hdcs1000.cpp hv7131e1.cpp pb0100.cpp tas5110c1b.cpp ; ## how to build header files from sources to include the list of built-in addons. # but it doesn't seem to work for some reason...