mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 21:50:17 +01:00
We already have "nm-utils*.h" and "NetworkManagerUtils.h" headers. Rename "include/nm-utils-internal.h" to "nm-macros-internal.h". I think that name is better, because this file is header-only, internal, and repository-wide. Also, it will never contain non-header-only declarations because there is no backing object file under "include/". It will only contain macros and inline functions.
9 lines
201 B
Makefile
9 lines
201 B
Makefile
EXTRA_DIST = \
|
|
gsystem-local-alloc.h \
|
|
nm-dbus-glib-types.h \
|
|
nm-glib-compat.h \
|
|
nm-gvaluearray-compat.h \
|
|
nm-test-utils.h \
|
|
nm-macros-internal.h
|
|
|
|
CLEANFILES=nm-version.h
|