mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 06:10:11 +01:00
Let VPN plugins return a virtual function table to extend the API while bypassing libnm. This allows to add and use new functionality to VPN plugins without updating libnm. The actual definitions are in a header-only file "nm-vpn-editor-plugin-call.h", which can be copied to the caller/plugin.
16 lines
377 B
Makefile
16 lines
377 B
Makefile
EXTRA_DIST = \
|
|
gsystem-local-alloc.h \
|
|
nm-common-macros.h \
|
|
nm-dbus-compat.h \
|
|
nm-default.h \
|
|
nm-glib.h \
|
|
nm-macros-internal.h \
|
|
nm-shared-utils.c \
|
|
nm-shared-utils.h \
|
|
nm-test-libnm-utils.h \
|
|
nm-test-utils.h \
|
|
nm-test-utils-impl.c \
|
|
nm-version-macros.h.in \
|
|
nm-vpn-editor-plugin-call.h
|
|
|
|
CLEANFILES=nm-version.h
|