summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-05-02 13:03:59 +0200
committerThomas Haller <thaller@redhat.com>2018-05-02 13:03:59 +0200
commitb3880b314255cdb5b9d6d2f777b3a1ede7c36067 (patch)
treec4bf0c45b901b105ca5e4af4c9c489e5c0a5312f
parent37dc58f6c7c5c4122fc30e67ec7bb7e1dc038515 (diff)
downloadNetworkManager-b3880b314255cdb5b9d6d2f777b3a1ede7c36067.tar.gz
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.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b575616629..5a4cc2f0cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 = \