about summary refs log tree commit diff
path: root/src/libnm-core-aux-extern/meson.build
blob: b48670b52b1649793e09eee2a5261b1f2c355bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: LGPL-2.1-or-later

libnm_core_aux_extern = static_library(
  'nm-core-aux-extern',
  sources: files(
    'nm-libnm-core-aux.c',
  ),
  dependencies: [
    libnm_core_public_dep,
    glib_dep,
  ],
)