mirror of https://github.com/getdnsapi/getdns.git
Linking to allow running stubby from src/tools
This commit is contained in:
parent
838375fe66
commit
05fb6edfcb
|
@ -67,8 +67,8 @@ $(ALL_OBJS):
|
||||||
getdns_query: getdns_query.lo
|
getdns_query: getdns_query.lo
|
||||||
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) -o $@ getdns_query.lo $(LDFLAGS) $(LDLIBS)
|
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) -o $@ getdns_query.lo $(LDFLAGS) $(LDLIBS)
|
||||||
|
|
||||||
stubby: getdns_query
|
stubby: getdns_query.lo
|
||||||
ln -s getdns_query stubby
|
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) -o $@ getdns_query.lo $(LDFLAGS) $(LDLIBS)
|
||||||
|
|
||||||
install-getdns_query: getdns_query
|
install-getdns_query: getdns_query
|
||||||
$(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
|
$(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
|
||||||
|
|
Loading…
Reference in New Issue