[Libreoffice-commits] .: fpicker/Library_fps.mk

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Fri May 4 06:56:17 PDT 2012


 fpicker/Library_fps.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 8f64269be15349e5bf42ee844b04d2219f6e1151
Author: Cédric Bosdonnat <cedric.bosdonnat at free.fr>
Date:   Fri May 4 15:53:51 2012 +0200

    Library_fps.mk: fixed the fpicker win32 build, missing include dir
    
    Change-Id: I I51786415ed3673d9b694c8dcdf7be44a2d6e5784

diff --git a/fpicker/Library_fps.mk b/fpicker/Library_fps.mk
index aa62517..637af5e 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 \


More information about the Libreoffice-commits mailing list