summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-09-07 11:29:26 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-07 10:55:43 +0000
commitb72069395ba53c8a3f45b357c257a7416e6e2179 (patch)
tree39c691a46e65172a9e3f58d8c5a5b8bdc3469a4f
parent145bbb40102f5d44db2877b7379f08a0993c7b57 (diff)
downloadModemManager-b72069395ba53c8a3f45b357c257a7416e6e2179.tar.gz
build,autotools: add missing Call object support in introspection
-rw-r--r--libmm-glib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/Makefile.am b/libmm-glib/Makefile.am
index 776ed6f92..efbe43d36 100644
--- a/libmm-glib/Makefile.am
+++ b/libmm-glib/Makefile.am
@@ -186,6 +186,7 @@ GENERATED_H = \
mm-gdbus-manager.h \
mm-gdbus-sim.h \
mm-gdbus-sms.h \
+ mm-gdbus-call.h \
mm-gdbus-bearer.h \
mm-gdbus-modem.h \
$(NULL)
@@ -197,6 +198,7 @@ GENERATED_C = \
mm-gdbus-manager.c \
mm-gdbus-sim.c \
mm-gdbus-sms.c \
+ mm-gdbus-call.c \
mm-gdbus-bearer.c \
mm-gdbus-modem.c \
$(NULL)