From 48118b020558bb4cde05894d9d8322a20cbb2f8d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 21 Oct 2010 10:18:39 +0200 Subject: fix test_path path.c grew quite a few new dependencies (mostly via cutils.c), include them. Signed-off-by: Paolo Bonzini Signed-off-by: Blue Swirl --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index e26b2d7fe..ef575a481 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,7 +3,7 @@ $(call set-vpath, $(SRC_PATH)/tests) -CFLAGS=-Wall -O2 -g -fno-strict-aliasing +CFLAGS=-Wall -O2 -g -fno-strict-aliasing -I.. #CFLAGS+=-msse2 LDFLAGS= -- cgit v1.2.3