NetworkManager/src/libnm-std-aux/meson.build
Thomas Haller 635d84b896
build: remove "shared/" from include search path
There is nothing left there.
2021-02-24 12:49:06 +01:00

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,
],
)