diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-08-08 14:05:37 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-08-21 17:02:39 +0000 |
commit | 656102633cb5ccde1d1869dd51a177c70a57f58c (patch) | |
tree | d69282eec29803b479c00371baeae07dd9535c31 /plugins/Makefile.am | |
parent | 917b23bbc71c22a2f9f374fa6433507c599a62b2 (diff) |
xmm: new 'MMBroadbandModemXmm' modem object
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 1a605f47..f93e0e2a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -251,6 +251,8 @@ noinst_LTLIBRARIES += libmm-utils-xmm.la libmm_utils_xmm_la_SOURCES = \ xmm/mm-shared-xmm.h \ xmm/mm-shared-xmm.c \ + xmm/mm-broadband-modem-xmm.h \ + xmm/mm-broadband-modem-xmm.c \ $(NULL) libmm_utils_xmm_la_LIBADD = \ $(builddir)/libhelpers-xmm.la \ |