diff options
| author | Aleksander Morgado <aleksander@aleksander.es> | 2018-10-27 14:46:38 +0200 |
|---|---|---|
| committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-11-20 09:20:13 +0100 |
| commit | 855e7df12349087e8f2a3c24d003df1e83d8237e (patch) | |
| tree | 11b3ee636787881c2d28742b29b50fcd65b301aa /cli/Makefile.am | |
| parent | 52a164d6c4c893852f286aa39252cb6abee8dde3 (diff) | |
| download | ModemManager-aleksander/mmcli-output.tar.gz | |
cli: allow multiple output format typesaleksander/mmcli-output
In addition to the standard human-friendly output, we now allow a
machine-friendly key-value pair output, much easier to parse and use
by programs that look at the mmcli output.
This new key-value pair output should be treated as API from now on, so
third-party programs can assume the output is compatible from one
release to another.
Diffstat (limited to 'cli/Makefile.am')
| -rw-r--r-- | cli/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Makefile.am b/cli/Makefile.am index 6c2d79123..76ef4a9f3 100644 --- a/cli/Makefile.am +++ b/cli/Makefile.am @@ -13,8 +13,8 @@ mmcli_CPPFLAGS = \ mmcli_SOURCES = \ mmcli.h \ mmcli.c \ - mmcli-common.h \ - mmcli-common.c \ + mmcli-common.h mmcli-common.c \ + mmcli-output.h mmcli-output.c \ mmcli-manager.c \ mmcli-modem.c \ mmcli-modem-3gpp.c \ |
