aboutsummaryrefslogtreecommitdiff
path: root/example/m4
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2021-01-29 13:26:03 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2021-02-23 11:01:07 +0200
commitfee7bbb8a1512c37c118605a09867476f3bbef77 (patch)
tree8d43e253f2d355d600532edb1ba0d06ef66b269f /example/m4
parentf9f29f9aad106bfd31b0e50ff5b886d9a7a7a5bf (diff)
example: add CLI helper example
This example shows how to start and stop ODP CLI using the CLI helper API functions. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'example/m4')
-rw-r--r--example/m4/configure.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/example/m4/configure.m4 b/example/m4/configure.m4
index a1668e2b3..b02fd72a5 100644
--- a/example/m4/configure.m4
+++ b/example/m4/configure.m4
@@ -20,6 +20,7 @@ AC_ARG_ENABLE([test-example],
AM_CONDITIONAL([test_example], [test x$test_example = xyes ])
AC_CONFIG_FILES([example/classifier/Makefile
+ example/cli/Makefile
example/debug/Makefile
example/generator/Makefile
example/hello/Makefile