mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 10:08:05 +02:00
shared: add "nm-std-aux/nm-std-aux.h" header
"nm-std-aux" is an utility library that has no glib depdencency. That is the difference to "nm-glib-aux".
This commit is contained in:
parent
15492e6c50
commit
5dd923cd86
3 changed files with 8 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ shared_nm_std_aux_libnm_std_aux_la_SOURCES = \
|
||||||
shared/nm-std-aux/c-list-util.c \
|
shared/nm-std-aux/c-list-util.c \
|
||||||
shared/nm-std-aux/c-list-util.h \
|
shared/nm-std-aux/c-list-util.h \
|
||||||
shared/nm-std-aux/nm-dbus-compat.h \
|
shared/nm-std-aux/nm-dbus-compat.h \
|
||||||
|
shared/nm-std-aux/nm-std-aux.h \
|
||||||
shared/nm-std-aux/unaligned.h \
|
shared/nm-std-aux/unaligned.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -261,6 +261,7 @@ _nm_g_return_if_fail_warning (const char *log_domain,
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
|
#include "nm-std-aux/nm-std-aux.h"
|
||||||
#include "nm-glib-aux/nm-macros-internal.h"
|
#include "nm-glib-aux/nm-macros-internal.h"
|
||||||
#include "nm-glib-aux/nm-shared-utils.h"
|
#include "nm-glib-aux/nm-shared-utils.h"
|
||||||
#include "nm-glib-aux/nm-errno.h"
|
#include "nm-glib-aux/nm-errno.h"
|
||||||
|
|
|
||||||
6
shared/nm-std-aux/nm-std-aux.h
Normal file
6
shared/nm-std-aux/nm-std-aux.h
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: LGPL-2.1+
|
||||||
|
|
||||||
|
#ifndef __NM_STD_AUX_H__
|
||||||
|
#define __NM_STD_AUX_H__
|
||||||
|
|
||||||
|
#endif /* __NM_STD_AUX_H__ */
|
||||||
Loading…
Add table
Reference in a new issue