mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 20:00:09 +01:00
This internal header file should be included by our internal source code files and header files. It includes in one place other headers that constitute to a minimal set of required headers. Most notably this is <glib.h> and our "nm-glib.h" header. Note that public header files and example source code cannot include this file as "nm-default.h" is internal only.
11 lines
238 B
Makefile
11 lines
238 B
Makefile
EXTRA_DIST = \
|
|
gsystem-local-alloc.h \
|
|
nm-dbus-compat.h \
|
|
nm-dbus-glib-types.h \
|
|
nm-default.h \
|
|
nm-glib.h \
|
|
nm-gvaluearray-compat.h \
|
|
nm-test-utils.h \
|
|
nm-macros-internal.h
|
|
|
|
CLEANFILES=nm-version.h
|