From: Mathieu Desnoyers Date: Wed, 7 Oct 2009 16:44:32 +0000 (-0400) Subject: Fix tests makefile X-Git-Tag: v0.2.3~34 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=3644b3ee9ca6a858cf733579012ef595d652dcdf Fix tests makefile Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/Makefile.inc b/tests/Makefile.inc index 9fa9bfb..e2ed3f2 100644 --- a/tests/Makefile.inc +++ b/tests/Makefile.inc @@ -47,7 +47,7 @@ test_urcu_lgc: test_urcu_gc.c ${URCU_SIGNAL} test_urcu_assign: test_urcu_assign.c ${URCU_SIGNAL} $(CC) ${CFLAGS} $(LDFLAGS) -o $@ $(SRC_DEP) -test_urcu_assign_dynamic_link: test_urcu.c ${URCU_SIGNAL} +test_urcu_assign_dynamic_link: test_urcu_assign.c ${URCU_SIGNAL} $(CC) ${CFLAGS} -DDYNAMIC_LINK_TEST $(LDFLAGS) -o $@ $(SRC_DEP)