mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 20:40:06 +01:00
- reorder entries in src/Makefile.am so that general names are all at the beginning (AM_CPPFLAGS, sbin_PROGRAMS) and the names for a certain library/binary are grouped together - have libNetworkManager.la reuse libNetworkManagerBase.la. - let all components in src/Makefile.am use the same AM_CPPFLAGS, except libsystem-nm.la. - move callouts/nm-dispatcher-api.h to shared/ directory. It is obviously not internal API to callouts, and callouts is not a library. Thus, the right place is shared/.
21 lines
597 B
Makefile
21 lines
597 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-dispatcher-api.h \
|
|
nm-test-libnm-utils.h \
|
|
nm-test-utils-impl.c \
|
|
nm-version-macros.h.in \
|
|
$(NULL)
|
|
|
|
CLEANFILES=nm-version.h
|