mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
6 lines
136 B
Makefile
6 lines
136 B
Makefile
|
SRC_CC = test_lib.cc
|
||
|
SHARED_LIB = yes
|
||
|
INC_DIR += $(REP_DIR)/src/test/ldso/include
|
||
|
|
||
|
vpath test_lib.cc $(REP_DIR)/src/test/ldso/lib
|