AP_DAL: moved standalone example to tools

prevent trying to build with all examples
This commit is contained in:
Andrew Tridgell 2020-11-07 22:15:09 +11:00
parent 70abf799c3
commit 4f17edc67d
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ def build(bld):
)
bld.ap_program(
program_groups=['examples'],
program_groups=['tools'],
use='AP_DAL_libs',
)