genode/repos/libports/src/test/ldso/target.mk
Martin Stein 51cae1f0a3 Add base lib to tests
For being able to build the tests via source archives, the 'base'
library must be denoted as dependency explicitely in their 'target.mk' file.
This is because when building archives, the API dependencies of used APIs are
not taken into account.
2018-11-16 14:37:19 +01:00

7 lines
164 B
Makefile

SRC_CC = main.cc
TARGET = test-ldso
LIBS = base test-ldso_lib_1 test-ldso_lib_2 libc libm
INC_DIR += $(REP_DIR)/src/test/ldso/include
CC_CXX_WARN_STRICT =