Install target in src/test for getdns_query

This commit is contained in:
Willem Toorop 2014-10-30 16:47:11 +01:00
parent 3bc67a83c3
commit 0bb94ff63c
1 changed files with 3 additions and 0 deletions

View File

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