diff options
| author | Michael Biebl <biebl@debian.org> | 2018-09-23 10:10:27 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-09-23 10:10:27 +0200 |
| commit | e126f3e804c35480c4f075777430419d6ece23da (patch) | |
| tree | 5d5821ebcda8cd6ac34d2483bb3354910e508930 /libnm/meson.build | |
| parent | c240974325c552cad177c457d6ff04e381fd77a3 (diff) | |
New upstream version 1.12.4 upstream/1.12.4
Diffstat (limited to 'libnm/meson.build')
| -rw-r--r-- | libnm/meson.build | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/libnm/meson.build b/libnm/meson.build index 62e3e9d7..76c77d0c 100644 --- a/libnm/meson.build +++ b/libnm/meson.build @@ -32,7 +32,6 @@ libnm_headers = files( 'nm-autoptr.h', 'nm-checkpoint.h', 'nm-client.h', - 'nm-device-6lowpan.h', 'nm-device-adsl.h', 'nm-device-bond.h', 'nm-device-bridge.h', @@ -57,8 +56,6 @@ libnm_headers = files( 'nm-device-vxlan.h', 'nm-device-wifi.h', 'nm-device-wimax.h', - 'nm-device-wireguard.h', - 'nm-device-wpan.h', 'nm-dhcp-config.h', 'nm-ip-config.h', 'nm-object.h', @@ -96,7 +93,6 @@ libnm_sources = files( 'nm-checkpoint.c', 'nm-client.c', 'nm-dbus-helpers.c', - 'nm-device-6lowpan.c', 'nm-device-adsl.c', 'nm-device-bond.c', 'nm-device-bridge.c', @@ -121,8 +117,6 @@ libnm_sources = files( 'nm-device-vxlan.c', 'nm-device-wifi.c', 'nm-device-wimax.c', - 'nm-device-wireguard.c', - 'nm-device-wpan.c', 'nm-dhcp-config.c', 'nm-dhcp4-config.c', 'nm-dhcp6-config.c', @@ -188,10 +182,10 @@ pkg.generate( ] ) -test( +run_target( 'check-local-exports-' + libnm_name, - check_exports, - args: [libnm.full_path(), linker_script], + command: [check_exports, libnm.full_path(), linker_script], + depends: libnm ) if enable_introspection |