aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-04-24 12:03:58 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:48 +0200
commitd3d9360d4998a1d5ba96e5f8d93229afd7941915 (patch)
treebdea21db15559b1b98ff37cf95ef099d3492b4af /src/Makefile.am
parent82b79618934398bb65af4e7afb9056d744e48d1c (diff)
downloadexternal_libqmi-d3d9360d4998a1d5ba96e5f8d93229afd7941915.zip
external_libqmi-d3d9360d4998a1d5ba96e5f8d93229afd7941915.tar.gz
external_libqmi-d3d9360d4998a1d5ba96e5f8d93229afd7941915.tar.bz2
message: improve printable string
The user can now pass a prefix to be used in every printed string; and we also decode some of the values from the message into human-readable strings.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index df92fd1..16b54ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ qmi-enum-types.c: qmi-enums.h qmi-enum-types.h $(top_srcdir)/build-aux/qmi-enum-
qmi-device.c: qmi-error-types.h
qmi-client.c: qmi-error-types.h qmi-enum-types.h
qmi-client-ctl.c: qmi-error-types.h qmi-enum-types.h
-qmi-message.c: qmi-error-types.h
+qmi-message.c: qmi-error-types.h qmi-enum-types.h
qmi-message-ctl.c: qmi-error-types.h
qmi-message-dms.c: qmi-error-types.h