From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- src/contrib/tests/meson.build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/contrib/tests/meson.build (limited to 'src/contrib/tests') diff --git a/src/contrib/tests/meson.build b/src/contrib/tests/meson.build new file mode 100644 index 00000000..b9b22ca8 --- /dev/null +++ b/src/contrib/tests/meson.build @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +# just test, that we can build "nm-vpn-plugin-utils.c" +static_library( + 'nm-vpn-plugin-utils-test', + sources: nm_vpn_plugin_utils_source, + dependencies: [ + libnm_dep, + glib_dep, + ], +) -- cgit 1.3.0-6-gf8a5