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.
This commit is contained in:
Thomas Haller 2020-11-02 09:12:52 +01:00
parent 1b8ccacc5d
commit e0a3a5e2f8
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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)