diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-22 15:30:10 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-24 19:12:29 +0300 |
commit | 4623f7aec7c78ff93ad4ab9878571d685b51dfaa (patch) | |
tree | 45413b790d7f97dedb235488eced54b285432986 /tests | |
parent | 56c66f3e246e992ae8feb131ef89a7664c9cedde (diff) |
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 <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fs-tests/integrity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |