mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
libnm-base: add "nm-base.c" for implementing stuff from "nm-base.h"
This commit is contained in:
parent
34b4496028
commit
89bba8fa84
3 changed files with 7 additions and 0 deletions
|
|
@ -499,6 +499,7 @@ src_libnm_base_libnm_base_la_CPPFLAGS = \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
src_libnm_base_libnm_base_la_SOURCES = \
|
src_libnm_base_libnm_base_la_SOURCES = \
|
||||||
|
src/libnm-base/nm-base.c \
|
||||||
src/libnm-base/nm-base.h \
|
src/libnm-base/nm-base.h \
|
||||||
src/libnm-base/nm-config-base.h \
|
src/libnm-base/nm-config-base.h \
|
||||||
src/libnm-base/nm-ethtool-base.c \
|
src/libnm-base/nm-ethtool-base.c \
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
libnm_base = static_library(
|
libnm_base = static_library(
|
||||||
'nm-base',
|
'nm-base',
|
||||||
sources: files(
|
sources: files(
|
||||||
|
'nm-base.c',
|
||||||
'nm-ethtool-base.c',
|
'nm-ethtool-base.c',
|
||||||
'nm-net-aux.c',
|
'nm-net-aux.c',
|
||||||
'nm-priv-helper-utils.c',
|
'nm-priv-helper-utils.c',
|
||||||
|
|
|
||||||
5
src/libnm-base/nm-base.c
Normal file
5
src/libnm-base/nm-base.c
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||||
|
|
||||||
|
#include "libnm-glib-aux/nm-default-glib-i18n-lib.h"
|
||||||
|
|
||||||
|
#include "nm-base.h"
|
||||||
Loading…
Add table
Reference in a new issue