mirror of https://github.com/getdnsapi/getdns.git
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:
parent
add818fea2
commit
f5322c701d
|
@ -128,6 +128,12 @@ install-getdns_query: install-lib
|
||||||
uninstall-getdns_query:
|
uninstall-getdns_query:
|
||||||
cd src/tools && $(MAKE) $@
|
cd src/tools && $(MAKE) $@
|
||||||
|
|
||||||
|
install-getdns_server_mon: install-lib
|
||||||
|
cd src/tools && $(MAKE) $@
|
||||||
|
|
||||||
|
uninstall-getdns_server_mon:
|
||||||
|
cd src/tools && $(MAKE) $@
|
||||||
|
|
||||||
install-stubby:
|
install-stubby:
|
||||||
cd src && $(MAKE) $@
|
cd src && $(MAKE) $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue