Blob Blame History Raw
# 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,
  ],
)