mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-22 05:50:49 +02:00
build/meson: remove unnecessary nm_version_macro_header to create libnm_client_public_enum_sources
This commit is contained in:
parent
bb4a10719c
commit
ee41da2281
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ libnm_client_headers = files(
|
|||
|
||||
libnm_client_public_enum_sources = gnome.mkenums(
|
||||
'nm-enum-types',
|
||||
sources: libnm_client_headers + [nm_version_macro_header],
|
||||
sources: libnm_client_headers,
|
||||
identifier_prefix: nm_id_prefix,
|
||||
c_template: 'nm-enum-types.c.template',
|
||||
h_template: 'nm-enum-types.h.template',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue