clang tweaking

This commit is contained in:
Alfred E. Heggestad 2010-12-04 21:30:52 +00:00
parent e8ae99c70f
commit 9e118ab0a4

View file

@ -732,7 +732,7 @@ splint-test:
# Clang section
#
CLANG_OPTIONS := -I$(LIBRE_INC) $(CFLAGS)
CLANG_OPTIONS := -Iinclude -I$(LIBRE_INC) $(CFLAGS)
CLANG_IGNORE :=
CLANG_SRCS += $(filter-out $(CLANG_IGNORE), $(patsubst %,src/%,$(SRCS)))