mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
6fcbea000c
libc_resolv is a {free,get}addrinfo() plugin, mainly for use with NOUX. We prefix the original libc functions to with 'libc_' so there is no symbol conflict with file_operations.cc.
10 lines
190 B
Makefile
10 lines
190 B
Makefile
LIBS = libc libc-resolv libc-isc libc-nameser libc-net libc-rpc
|
|
|
|
SRC_CC = plugin.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/libc_resolv
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
SHARED_LIB = yes
|