diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-21 10:43:23 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-23 08:49:30 +0000 |
commit | 7ad2e3ce9cae07b48a6efaf1020a0b698e73f7d6 (patch) | |
tree | 92a6e5556a41ff9a11b0e6925fcd3d67ad1dcd3a /introspection | |
parent | 09cead827918caaf5a3ac2f47ebe1c4ba1478197 (diff) |
build: add support for the new SAR interface
Include the new SAR interface in the build so that gdbus-codegen
generates support for it in libmm-glib as well as proper documentation
in the API reference.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am index 2fb82d6d..d01470ac 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -21,6 +21,7 @@ xml_DATA = \ org.freedesktop.ModemManager1.Modem.Time.xml \ org.freedesktop.ModemManager1.Modem.Voice.xml \ org.freedesktop.ModemManager1.Call.xml \ + org.freedesktop.ModemManager1.Modem.Sar.xml \ $(NULL) EXTRA_DIST = \ |