mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
3faf7aab8f
Stubby is an application that acts as a local DNS stub resolver. https://getdnsapi.net/ https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby Ref #2682
13 lines
283 B
Makefile
13 lines
283 B
Makefile
include $(REP_DIR)/lib/import/import-libgetdns.mk
|
|
|
|
GLDNS_SRC_DIR := $(GETDNS_PORT_DIR)/src/lib/getdns/src/gldns
|
|
|
|
LIBS += libc libssl
|
|
|
|
INC_DIR += $(GLDNS_SRC_DIR)/..
|
|
INC_DIR += $(REP_DIR)/src/lib/getdns
|
|
|
|
SRC_C += $(notdir $(wildcard $(GLDNS_SRC_DIR)/*.c))
|
|
|
|
vpath %.c $(GLDNS_SRC_DIR)
|