From 0bb94ff63c74ed3cfe90780ff1ce1e5acc40e302 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 30 Oct 2014 16:47:11 +0100 Subject: [PATCH] Install target in src/test for getdns_query --- src/test/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/Makefile.in b/src/test/Makefile.in index 8fd74e31..66183280 100755 --- a/src/test/Makefile.in +++ b/src/test/Makefile.in @@ -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