diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-25 21:10:31 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-25 21:10:31 +0100 |
| commit | c05e3feee73cfa02ea85cddd914131da577edb0f (patch) | |
| tree | 2cee29aa20c03007a1c0d56cc1376ffc64ed3aee /Makefile.am | |
| parent | 3541705d4462868c0d93eaee7171c9d92c76a4d4 (diff) | |
| parent | 7f4dff3943c64e1d0e5d13b2ac915088dde165e6 (diff) | |
Merge tag 'upstream/1.6.0'
Upstream version 1.6.0
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f06b7d65..8fa7a827 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2353,6 +2353,9 @@ src_devices_wwan_libnm_wwan_la_LIBADD = \ $(LIBSYSTEMD_LIBS) \ $(MM_GLIB_LIBS) +EXTRA_src_devices_wwan_libnm_wwan_la_DEPENDENCIES = \ + src/devices/wwan/libnm-wwan.ver + core_plugins += src/devices/wwan/libnm-device-plugin-wwan.la src_devices_wwan_libnm_device_plugin_wwan_la_SOURCES = \ |