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:
Thomas Haller 2020-07-04 18:41:58 +02:00
parent 15492e6c50
commit 5dd923cd86
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
3 changed files with 8 additions and 0 deletions

View file

@ -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.h \
shared/nm-std-aux/nm-dbus-compat.h \
shared/nm-std-aux/nm-std-aux.h \
shared/nm-std-aux/unaligned.h \
$(NULL)

View file

@ -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-shared-utils.h"
#include "nm-glib-aux/nm-errno.h"

View 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__ */