From 207e971863976aa96b319ca652190cfc3bc2b5c0 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Sat, 1 Feb 2020 11:38:41 +0100 Subject: [PATCH] build: remove duplicate definition in Makefile Fix the following warning: Makefile.am:3671: warning: $(src_devices_wifi_libnm_device_plugin_wifi_la_OBJECTS) was already defined in condition TRUE, which includes condition WITH_WIFI ... Makefile.am:1075: ... '$(src_devices_wifi_libnm_device_plugin_wifi_la_OBJECTS)' previously defined here --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a6293c96fe..b9813f3aba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3668,8 +3668,6 @@ src_devices_wifi_libnm_device_plugin_wifi_la_LIBADD = \ src/devices/wifi/libnm-wifi-base.la \ $(GLIB_LIBS) -$(src_devices_wifi_libnm_device_plugin_wifi_la_OBJECTS): $(libnm_core_lib_h_pub_mkenums) - check-local-devices-wifi: src/devices/wifi/libnm-device-plugin-wifi.la $(srcdir)/tools/check-exports.sh $(builddir)/src/devices/wifi/.libs/libnm-device-plugin-wifi.so "$(srcdir)/linker-script-devices.ver" $(call check_so_symbols,$(builddir)/src/devices/wifi/.libs/libnm-device-plugin-wifi.so)