mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 03:50:10 +01:00
build: add dependency for generated files for libnm-glib
Although the generated files are part of BUILD_SOURCES, that only matters during `make all`.
This commit is contained in:
parent
830564e175
commit
3d3ce77bf6
1 changed files with 5 additions and 0 deletions
|
|
@ -3742,6 +3742,11 @@ BUILT_SOURCES += \
|
|||
libnm-glib/nm-vpn-plugin-glue.h \
|
||||
libnm-glib/nm-secret-agent-glue.h
|
||||
|
||||
libnm-glib/nm-vpn-plugin.c: libnm-glib/nm-vpn-plugin-glue.h
|
||||
libnm-glib/nm-secret-agent.c: libnm-glib/nm-secret-agent-glue.h
|
||||
|
||||
$(libnm_glib_lib_c_real): $(libnm_glib_lib_h_pub_gen)
|
||||
|
||||
pkgconfig_DATA += \
|
||||
libnm-glib/libnm-glib.pc \
|
||||
libnm-glib/libnm-glib-vpn.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue