build: use variable instead of filenames for $(libnm_lib_h_pub_gen)

This commit is contained in:
Thomas Haller 2016-11-20 14:35:21 +01:00
parent 9776c73f98
commit 5070ac4b73

View file

@ -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) \