build: fix linking of "src/devices/wifi/tests/test-devices-wifi"

On ppc64le, the linking fails due to unresolved symbols.

Fixes: 7d8da6c9c1 ('build: build intermediate library with core wifi for device-plugin and tests')
This commit is contained in:
Thomas Haller 2020-01-15 17:43:02 +01:00
parent 85aadf8e15
commit a6b6f33f01

View file

@ -3684,8 +3684,9 @@ src_devices_wifi_tests_test_devices_wifi_SOURCES = \
src_devices_wifi_tests_test_devices_wifi_CPPFLAGS = $(src_cppflags_base_test)
src_devices_wifi_tests_test_devices_wifi_LDADD = \
src/libNetworkManagerTest.la \
src/devices/wifi/libnm-wifi-base.la \
src/libNetworkManagerTest.la \
src/libNetworkManagerBase.la \
$(NULL)
src_devices_wifi_tests_test_devices_wifi_LDFLAGS = $(SANITIZER_EXEC_LDFLAGS)