From a79572c261c170fe3eb4be00b7bfd7b6f979e2ec Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 24 Sep 2019 15:16:02 +0200 Subject: [PATCH] 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') --- Makefile.am | 2 -- 1 file changed, 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 += \