mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-23 14:08:11 +02:00
13 lines
213 B
Meson
13 lines
213 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
libnm_std_aux = static_library(
|
|
'nm-std-aux',
|
|
sources: [
|
|
'c-list-util.c',
|
|
'nm-std-utils.c',
|
|
],
|
|
include_directories: [
|
|
src_inc,
|
|
top_inc,
|
|
],
|
|
)
|