summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-02 09:12:52 +0100
committerThomas Haller <thaller@redhat.com>2020-11-03 15:38:25 +0100
commite0a3a5e2f82f2dc2b802c91b7cfa2d86f5e093d6 (patch)
treea72e6d3ecc76fbd458e6d4cb50d88080652aaef3
parent1b8ccacc5da943f6c460d06f42cceb00f390b2b0 (diff)
downloadNetworkManager-e0a3a5e2f82f2dc2b802c91b7cfa2d86f5e093d6.tar.gz
build: don't depend dispatcher code on introspection sources
The dispatcher code does not use the generated introspection sources (anymore). Don't add a dependency.
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9138f96930..620af4faf1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -903,8 +903,6 @@ dbusinterfaces_DATA = \
CLEANFILES += $(introspection_sources)
CLEANFILES += $(DBUS_INTERFACE_DOCS)
-$(dispatcher_libnm_dispatcher_core_la_OBJECTS): $(introspection_sources)
-$(dispatcher_nm_dispatcher_OBJECTS): $(introspection_sources)
$(libnm_liblibnm_la_OBJECTS): $(introspection_sources)
$(libnm_libnm_la_OBJECTS): $(introspection_sources)