From f5322c701daf6f30a48f3f7e7270dceeb1a20fc9 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Thu, 18 Jan 2018 11:48:56 +0000 Subject: [PATCH] Add more missing make targets causing test 105 to fail. It's amazing how fiddly it is to add a single executable/source file to the build. --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.in b/Makefile.in index d126a0ba..f6d7acab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -128,6 +128,12 @@ install-getdns_query: install-lib uninstall-getdns_query: cd src/tools && $(MAKE) $@ +install-getdns_server_mon: install-lib + cd src/tools && $(MAKE) $@ + +uninstall-getdns_server_mon: + cd src/tools && $(MAKE) $@ + install-stubby: cd src && $(MAKE) $@