waf: add missing AP_ADSB library to ArduPlane

This commit is contained in:
Gustavo Jose de Sousa 2015-11-23 11:43:27 -02:00 committed by Andrew Tridgell
parent bf7b08f9fa
commit 3100736c9f

View File

@ -12,6 +12,7 @@ def build(bld):
libraries=ardupilotwaf.COMMON_VEHICLE_DEPENDENT_LIBRARIES + [
'APM_Control',
'APM_OBC',
'AP_ADSB',
'AP_Arming',
'AP_Camera',
'AP_Frsky_Telem',