[Libreoffice-commits] .: Branch 'feature/gnumake4' - 2 commits - svx/Library_svxcore.mk vbahelper/Library_vbahelper.mk

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Fri Jun 17 09:06:56 PDT 2011


 svx/Library_svxcore.mk         |    2 +-
 vbahelper/Library_vbahelper.mk |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f42eec764ee7c34b11cb3816b1ea3ada6b5d213e
Author: Michael Stahl <mst at openoffice.org>
Date:   Fri Apr 15 17:27:06 2011 +0000

    gnumake4: vbahelper: link svxcore [hg:1dabf718a032]

diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk
index 5475b21..380b0d0 100755
--- a/vbahelper/Library_vbahelper.mk
+++ b/vbahelper/Library_vbahelper.mk
@@ -59,6 +59,7 @@ $(eval $(call gb_Library_add_linked_libs,vbahelper,\
     stl \
     svl \
     svt \
+	svxcore \
     tk \
     tl \
     utl \
commit 68b5951c3bfd6869559351336e582705362a1a29
Author: Michael Stahl <mst at openoffice.org>
Date:   Fri Apr 15 17:27:06 2011 +0000

    gnumake4: svx: fix dependency [hg:785e1d99fe08]

diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 5769a7f..8c5ec29 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_Library_Library,svxcore))
 
 $(eval $(call gb_Library_set_componentfile,svxcore,svx/util/svxcore))
 
-$(eval $(call gb_Library_add_sdi_headers,svx,svx/sdi/svxslots))
+$(eval $(call gb_Library_add_sdi_headers,svxcore,svx/sdi/svxslots))
 
 $(eval $(call gb_Library_add_package_headers,svxcore,\
     svx_inc \


More information about the Libreoffice-commits mailing list