blob: a2b4654355e33707dc834edd88f6417ac8f81979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: LGPL-2.1-or-later
libnm_client_aux_extern = static_library(
'nm-client-aux-extern',
sources: files(
'nm-libnm-aux.c',
),
dependencies: [
libnm_dep,
],
)
|