mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 16:50:16 +01:00
It has the very similar purpose as "nm-utils/nm-vpn-plugin-utils.[ch]", except
that is is header-only.
(cherry picked from commit af507cd089)
16 lines
372 B
Makefile
16 lines
372 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-plugin-macros.h
|
|
|
|
CLEANFILES=nm-version.h
|