summaryrefslogtreecommitdiff
path: root/fpicker/Library_fps.mk
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-05-04 15:53:51 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-05-04 15:54:22 +0200
commit8f64269be15349e5bf42ee844b04d2219f6e1151 (patch)
tree9a50ad7544d1046b3a03186ee9baf80bda2b5b2d /fpicker/Library_fps.mk
parent135c63c8f9cc363c0895542b0f3bed48b61ea836 (diff)
Library_fps.mk: fixed the fpicker win32 build, missing include dir
Change-Id: I I51786415ed3673d9b694c8dcdf7be44a2d6e5784
Diffstat (limited to 'fpicker/Library_fps.mk')
-rw-r--r--fpicker/Library_fps.mk5
1 files changed, 5 insertions, 0 deletions
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 \