From 4623f7aec7c78ff93ad4ab9878571d685b51dfaa Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 22 Apr 2011 15:30:10 +0300 Subject: fs-tests: integck: do not inlcude lib directory The integck test does not depend on the "common" directory any more, so we do not have to have -I ../lib for compilation. Signed-off-by: Artem Bityutskiy --- tests/fs-tests/integrity/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/fs-tests/integrity/Makefile b/tests/fs-tests/integrity/Makefile index 03652a2..976c3ce 100644 --- a/tests/fs-tests/integrity/Makefile +++ b/tests/fs-tests/integrity/Makefile @@ -5,7 +5,7 @@ endif COMMON_HEADERS_DIR := ../../../include -CFLAGS := $(CFLAGS) -Wall -g -O2 -I../lib -I$(COMMON_HEADERS_DIR) +CFLAGS := $(CFLAGS) -Wall -g -O2 -I$(COMMON_HEADERS_DIR) LDFLAGS := $(LDFLAGS) -- cgit v1.2.3