mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-23 12:10:46 +02:00
build: use variable instead of filenames for $(libnm_lib_h_pub_gen)
This commit is contained in:
parent
9776c73f98
commit
5070ac4b73
1 changed files with 2 additions and 2 deletions
|
|
@ -732,8 +732,8 @@ nodist_libnminclude_HEADERS += \
|
|||
lib_LTLIBRARIES += libnm/libnm.la
|
||||
|
||||
GLIB_GENERATED += \
|
||||
libnm/nm-enum-types.h \
|
||||
libnm/nm-enum-types.c
|
||||
$(libnm_lib_h_pub_gen) \
|
||||
$(libnm_lib_c_gen)
|
||||
|
||||
nm_enum_types_sources = \
|
||||
$(libnm_lib_h_pub_gen) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue