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

libnm_core_aux_intern = static_library(
  'nm-core-aux-intern',
  sources: files(
    'nm-auth-subject.c',
    'nm-libnm-core-utils.c',
  ),
  dependencies: [
    libnm_core_public_dep,
    glib_dep,
  ],
)