summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2019-09-24 15:16:02 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2019-09-24 15:39:26 +0200
commita79572c261c170fe3eb4be00b7bfd7b6f979e2ec (patch)
tree5d510ddf8452d9a8c6aa8e0118d7fffe9cc832c5 /Makefile.am
parent87680c4148679a0eb21cd601f919751986838ff0 (diff)
downloadNetworkManager-a79572c261c170fe3eb4be00b7bfd7b6f979e2ec.tar.gz
build: avoid target redefinition
Makefile.am:3462: warning: $(src_devices_bluetooth_libnm_device_plugin_bluetooth_la_OBJECTS) was already defined in condition TRUE, which includes condition WITH_MODEM_MANAGER_1 ... Makefile.am:960: ... '$(src_devices_bluetooth_libnm_device_plugin_bluetooth_la_OBJECTS)' previously defined here Fixes: 878d4963ed7e ('bluetooth/tests: add "nm-bt-test helper" program for manual testing of bluetooth code')
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 55ad993927..95238324a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3459,8 +3459,6 @@ src_devices_bluetooth_libnm_device_plugin_bluetooth_la_LIBADD = \
$(GLIB_LIBS) \
$(NULL)
-$(src_devices_bluetooth_libnm_device_plugin_bluetooth_la_OBJECTS): $(libnm_core_lib_h_pub_mkenums)
-
###############################################################################
check_programs_norun += \