build/meson: remove unnecessary nm_version_macro_header to create libnm_client_public_enum_sources

This commit is contained in:
Thomas Haller 2021-02-24 14:14:46 +01:00
parent bb4a10719c
commit ee41da2281
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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',