mirror of https://github.com/getdnsapi/getdns.git
Install target in src/test for getdns_query
This commit is contained in:
parent
3bc67a83c3
commit
0bb94ff63c
|
@ -108,6 +108,9 @@ check_getdns_ev: check_getdns.lo check_getdns_common.lo check_getdns_context_set
|
|||
getdns_query: getdns_query.lo
|
||||
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ getdns_query.lo
|
||||
|
||||
install: getdns_query
|
||||
$(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
|
||||
$(LIBTOOL) --mode=install cp getdns_query $(DESTDIR)$(bindir)
|
||||
|
||||
test: all
|
||||
./check_getdns
|
||||
|
|
Loading…
Reference in New Issue