mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 22:20:08 +01:00
It has the very similar purpose as "nm-utils/nm-vpn-plugin-utils.[ch]", except that is is header-only.
20 lines
570 B
Makefile
20 lines
570 B
Makefile
EXTRA_DIST = \
|
|
nm-utils/gsystem-local-alloc.h \
|
|
nm-utils/nm-glib.h \
|
|
nm-utils/nm-macros-internal.h \
|
|
nm-utils/nm-shared-utils.c \
|
|
nm-utils/nm-shared-utils.h \
|
|
nm-utils/nm-test-utils.h \
|
|
nm-utils/nm-vpn-editor-plugin-call.h \
|
|
nm-utils/nm-vpn-plugin-macros.h \
|
|
nm-utils/nm-vpn-plugin-utils.c \
|
|
nm-utils/nm-vpn-plugin-utils.h \
|
|
nm-common-macros.h \
|
|
nm-dbus-compat.h \
|
|
nm-default.h \
|
|
nm-test-libnm-utils.h \
|
|
nm-test-utils-impl.c \
|
|
nm-version-macros.h.in \
|
|
$(NULL)
|
|
|
|
CLEANFILES=nm-version.h
|