mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 07:38:20 +02:00
shared: move "nm-vpn-editor-plugin-call.h" to "src/contrib/"
This commit is contained in:
parent
fa288f65f6
commit
ad91579bb8
5 changed files with 10 additions and 9 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue