genode/repos/libports/src/test/lwip/pingpong/client/libc_lwip/target.mk
Emery Hemingway e36ddaf659 Rename lwip library to lwip_legacy
Rename LwIP library in preparation for removal of LwIP libc plugin. The
current LwIP library will be replaced with a new version stripped of its
synchronous socket support. The next version will be incompatible with
the current, so removing 'lwip.lib.so' completely for a period makes it
easy to identify legacy users.

Fix #2797
2018-05-30 13:36:22 +02:00

9 lines
207 B
Makefile

TARGET = test-ping_client_libc_lwip
LIBS = posix lwip_legacy libc_lwip_nic_dhcp
SRC_CC = main.cc pingpong.cc
vpath main.cc $(PRG_DIR)/..
vpath pingpong.cc $(PRG_DIR)/../..
CC_CXX_WARN_STRICT =