summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2020-02-01 11:38:41 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2020-02-03 11:00:34 +0100
commit207e971863976aa96b319ca652190cfc3bc2b5c0 (patch)
treef54ec2802602674a6b93be6f4c90b96ed7a15b5b
parentd2d6a68697556877b30703e412852ac5032957e9 (diff)
downloadNetworkManager-207e971863976aa96b319ca652190cfc3bc2b5c0.tar.gz
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
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 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)