summaryrefslogtreecommitdiff
path: root/cli/Makefile.am
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-10-27 14:46:38 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-11-20 09:20:13 +0100
commit855e7df12349087e8f2a3c24d003df1e83d8237e (patch)
tree11b3ee636787881c2d28742b29b50fcd65b301aa /cli/Makefile.am
parent52a164d6c4c893852f286aa39252cb6abee8dde3 (diff)
downloadModemManager-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.am4
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 \