From 8e27c68847c6461c7bc0bdbff44412d6bfb0b1e8 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 1 Oct 2015 08:31:24 +0200 Subject: basebmp: these headers are not used from other modules Change-Id: I88c5c341b88a6ea62730e5d3dd1962365c531f70 --- basebmp/Library_basebmp.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'basebmp/Library_basebmp.mk') diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 12a2dec1eb3e..809671c97c55 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -11,6 +11,11 @@ $(eval $(call gb_Library_Library,basebmp)) $(eval $(call gb_Library_use_sdk_api,basebmp)) +$(eval $(call gb_Library_set_include,basebmp,\ + -I$(SRCDIR)/basebmp/inc \ + $$(INCLUDE) \ +)) + $(eval $(call gb_Library_use_externals,basebmp,\ boost_headers \ vigra_headers \ -- cgit