mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
30fe9d1912
This commit enables libc's own libresolv and its dependencies.
10 lines
190 B
Makefile
10 lines
190 B
Makefile
LIBC_ISC_DIR = $(LIBC_DIR)/libc/isc
|
|
|
|
INC_DIR += $(LIBC_DIR)/libc/isc
|
|
|
|
SRC_C = $(notdir $(wildcard $(LIBC_ISC_DIR)/*.c))
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
vpath %.c $(LIBC_ISC_DIR)
|