build: fix missing dependency when building clients/tui/newt/libnmt-newt.a

We need to declare explicit dependencies, otherwise, the required header
files may not yet be created when building nmtui helper library.
This commit is contained in:
Thomas Haller 2018-05-02 13:03:59 +02:00
parent 37dc58f6c7
commit b3880b3142

View File

@ -3623,6 +3623,8 @@ clients_tui_newt_libnmt_newt_a_CPPFLAGS = \
$(SANITIZER_EXEC_CFLAGS) \
$(NULL)
$(clients_tui_newt_libnmt_newt_a_OBJECTS): $(libnm_core_lib_h_pub_mkenums)
bin_PROGRAMS += clients/tui/nmtui
clients_tui_nmtui_SOURCES = \