mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 22:50:08 +01:00
build: ensure build directories exist for gdbus-codegen targets
This commit is contained in:
parent
d440958de1
commit
47e55561a7
1 changed files with 2 additions and 0 deletions
|
|
@ -1825,6 +1825,7 @@ src_settings_plugins_ifcfg_rh_libnmdbus_ifcfg_rh_la_CPPFLAGS = $(filter-out -DGL
|
|||
CLEANFILES += $(nodist_src_settings_plugins_ifcfg_rh_libnmdbus_ifcfg_rh_la_SOURCES)
|
||||
|
||||
src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.h: src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml
|
||||
@$(MKDIR_P) src/settings/plugins/ifcfg-rh/
|
||||
$(AM_V_GEN) gdbus-codegen \
|
||||
--generate-c-code $(basename $@) \
|
||||
--c-namespace NMDBus \
|
||||
|
|
@ -2865,6 +2866,7 @@ dispatcher_nmdbus_dispatcher_sources = \
|
|||
dispatcher/nmdbus-dispatcher.c
|
||||
|
||||
dispatcher/nmdbus-dispatcher.h: dispatcher/nm-dispatcher.xml
|
||||
@$(MKDIR_P) dispatcher/
|
||||
$(AM_V_GEN) gdbus-codegen \
|
||||
--generate-c-code $(basename $@) \
|
||||
--c-namespace NMDBus \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue