From e8a76aa83e156bd2c79aed655200c4d6d708d689 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Apr 2017 21:19:06 +0100 Subject: remove fpicker bitmaps from .src files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ice75bf15e509869bb7e8344381595838918acd81 Reviewed-on: https://gerrit.libreoffice.org/36965 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- fpicker/Library_fps_office.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fpicker/Library_fps_office.mk') diff --git a/fpicker/Library_fps_office.mk b/fpicker/Library_fps_office.mk index cc869d906613..661332c0119b 100644 --- a/fpicker/Library_fps_office.mk +++ b/fpicker/Library_fps_office.mk @@ -12,6 +12,11 @@ $(eval $(call gb_Library_Library,fps_office)) $(eval $(call gb_Library_set_componentfile,fps_office,fpicker/source/office/fps_office)) +$(eval $(call gb_Library_set_include,fps_office,\ + $$(INCLUDE) \ + -I$(SRCDIR)/fpicker/inc \ +)) + $(eval $(call gb_Library_use_external,fps_office,boost_headers)) $(eval $(call gb_Library_use_custom_headers,fps_office,\ -- cgit