From 6009ae55b15342f9e3c190f6bbf5f72ba96b4562 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 13 Jul 2015 14:47:51 +1000 Subject: [PATCH] AP_Math: fixed build of eulers example sketch --- libraries/AP_Math/examples/eulers/make.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Math/examples/eulers/make.inc b/libraries/AP_Math/examples/eulers/make.inc index b20141d400..f9e7eced33 100644 --- a/libraries/AP_Math/examples/eulers/make.inc +++ b/libraries/AP_Math/examples/eulers/make.inc @@ -30,3 +30,4 @@ LIBRARIES += Filter LIBRARIES += GCS_MAVLink LIBRARIES += SITL LIBRARIES += StorageManager +LIBRARIES += AP_OpticalFlow