shared: move "nm-vpn-editor-plugin-call.h" to "src/contrib/"

This commit is contained in:
Thomas Haller 2021-02-24 07:40:48 +01:00
parent fa288f65f6
commit ad91579bb8
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
5 changed files with 10 additions and 9 deletions

View file

@ -5522,7 +5522,6 @@ EXTRA_DIST += \
\
shared/nm-utils/nm-compat.c \
shared/nm-utils/nm-compat.h \
shared/nm-utils/nm-vpn-editor-plugin-call.h \
shared/nm-utils/nm-vpn-plugin-macros.h \
shared/meson.build \
\
@ -5530,6 +5529,8 @@ EXTRA_DIST += \
\
src/libnm-core-public/nm-version-macros.h.in \
\
src/contrib/nm-vpn-editor-plugin-call.h \
\
tools/check-config-options.sh \
tools/check-docs.sh \
tools/check-exports.sh \

View file

@ -5,7 +5,7 @@ data/NetworkManager.service.in
data/org.freedesktop.NetworkManager.policy.in
examples/python/NetworkManager.py
examples/python/systray/eggtrayicon.c
shared/nm-utils/nm-vpn-editor-plugin-call.h
src/contrib/nm-vpn-editor-plugin-call.h
src/contrib/nm-vpn-plugin-utils.c
vpn-daemons/openvpn
vpn-daemons/pptp

View file

@ -1333,10 +1333,3 @@ nm_vpn_service_plugin_initable_iface_init(GInitableIface *iface)
{
iface->init = init_sync;
}
/*****************************************************************************/
/* this header is intended to be copied to users of nm_vpn_editor_plugin_call(),
* to simplify invocation of generic functions. Include it here, to compile
* the code. */
#include "nm-utils/nm-vpn-editor-plugin-call.h"

View file

@ -1291,3 +1291,10 @@ main(int argc, char **argv)
return g_test_run();
}
/*****************************************************************************/
/* this header is intended to be copied to users of nm_vpn_editor_plugin_call(),
* to simplify invocation of generic functions. Include it here, to compile
* the code. */
#include "contrib/nm-vpn-editor-plugin-call.h"