genode/repos/libports/src/test/lwip/pingpong/client/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

11 lines
227 B
Makefile

TARGET = test-ping_client_lwip
LIBS = posix lwip_legacy
SRC_CC = main.cc pingpong.cc
INC_DIR += $(REP_DIR)/src/lib/lwip/include
vpath main.cc $(PRG_DIR)/..
vpath pingpong.cc $(PRG_DIR)/../..
CC_CXX_WARN_STRICT =