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.
This commit is contained in:
Jim Hague 2018-01-18 11:48:56 +00:00
parent add818fea2
commit f5322c701d
1 changed files with 6 additions and 0 deletions

View File

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