AP_RangeFinder: fix compilation for Linux/SITL

Add libraries that those boards depend on. This should be handled in the
future elsewhere (and once for each board), but for now let's make it
compile again.
This commit is contained in:
Caio Marcelo de Oliveira Filho 2015-10-20 11:48:32 -02:00 committed by Andrew Tridgell
parent 4731f87683
commit 6566deff66
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ LIBRARIES += DataFlash
LIBRARIES += Filter
LIBRARIES += GCS_MAVLink
LIBRARIES += StorageManager
LIBRARIES += AP_SerialManager
LIBRARIES += AP_OpticalFlow