From 8f64269be15349e5bf42ee844b04d2219f6e1151 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Fri, 4 May 2012 15:53:51 +0200 Subject: Library_fps.mk: fixed the fpicker win32 build, missing include dir Change-Id: I I51786415ed3673d9b694c8dcdf7be44a2d6e5784 --- fpicker/Library_fps.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fpicker') diff --git a/fpicker/Library_fps.mk b/fpicker/Library_fps.mk index aa6251771494..637af5eb0a0d 100644 --- a/fpicker/Library_fps.mk +++ b/fpicker/Library_fps.mk @@ -31,6 +31,11 @@ $(eval $(call gb_Library_add_nativeres,fps,fps/src)) $(eval $(call gb_Library_set_componentfile,fps,fpicker/source/win32/fps)) +$(eval $(call gb_Library_set_include,fps,\ + $$(INCLUDE) \ + -I$(SRCDIR)/fpicker/inc \ +)) + $(eval $(call gb_Library_use_api,fps,\ offapi \ udkapi \ -- cgit