fpicker/Library_fps.mk               |    4 ++++
 writerfilter/Library_writerfilter.mk |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit d1f58e5ea695e823e931aad1bfb1d7b4bf17634c
Author: Fridrich Å trba <fridrich.st...@bluewin.ch>
Date:   Wed Jul 24 00:21:12 2013 +0200

    Trying to fix the windows build
    
    Change-Id: I19d17a490c9af3d14a315a92ae2af86cc2e92d51

diff --git a/fpicker/Library_fps.mk b/fpicker/Library_fps.mk
index c4b3e0e..4a1056a 100644
--- a/fpicker/Library_fps.mk
+++ b/fpicker/Library_fps.mk
@@ -10,6 +10,10 @@
 
 $(eval $(call gb_Library_Library,fps))
 
+$(eval $(call gb_Library_use_custom_headers,fps,\
+       officecfg/registry \
+))
+
 $(eval $(call gb_Library_add_nativeres,fps,fps/Fps))
 
 $(eval $(call gb_Library_set_componentfile,fps,fpicker/source/win32/fps))
diff --git a/writerfilter/Library_writerfilter.mk 
b/writerfilter/Library_writerfilter.mk
index aaa2969..0f3bdb1 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -10,7 +10,7 @@
 $(eval $(call gb_Library_Library,writerfilter))
 
 $(eval $(call gb_Library_use_custom_headers,writerfilter,\
-        officecfg/registry \
+       officecfg/registry \
        oox/generated \
        writerfilter/source \
 ))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to