[Libreoffice-commits] .: Branch 'feature/gnumake4' - starmath/Library_sm.mk sw/Library_swui.mk

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Fri Jul 22 12:35:46 PDT 2011


 starmath/Library_sm.mk |    4 ++--
 sw/Library_swui.mk     |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4dec74dce2ff658ce885c9f8d08561f9f7edce61
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Fri Jul 22 21:04:25 2011 +0200

    postmerge fixes for gnumake4

diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 6d9e05e..2aef309 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -35,11 +35,11 @@ $(eval $(call gb_Library_set_include,sm,\
         -I$(OUTDIR)/inc \
 ))
 
-))
-
 $(eval $(call gb_Library_add_api,sm,\
     offapi \
     udkapi \
+))
+
 $(eval $(call gb_Library_add_linked_libs,sm,\
         comphelper \
         cppu \
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index 9649aab..91a8903 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -38,11 +38,11 @@ $(eval $(call gb_Library_set_include,swui,\
     $$(INCLUDE) \
 ))
 
-))
-
 $(eval $(call gb_Library_add_api,swui,\
 	udkapi \
 	offapi \
+))
+
 $(eval $(call gb_Library_add_linked_libs,swui,\
     comphelper \
     cppu \


More information about the Libreoffice-commits mailing list