mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-18 15:30:44 +02:00
WiMAX failed distcheck if the iwmxsdk devel files were installed but --enable-wimax=no was used, since the distcheck configure bits found the iwmxsdk headers, defaulted WiMAX support to 'on', and then proceeded to use the generated headers from the top srcdir, where of course wimax was turned off (due to --enable-wimax=no). Instead, everything should use the headers from the builddir, which reflects the options that 'make distcheck' actually selects. At the same time, re-order various includes everywhere to ensure that the builddir paths come before the srcdir paths to prevent this from happening in the future. |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| nm-bluez-adapter.c | ||
| nm-bluez-adapter.h | ||
| nm-bluez-common.h | ||
| nm-bluez-device.c | ||
| nm-bluez-device.h | ||
| nm-bluez-manager.c | ||
| nm-bluez-manager.h | ||