[Libreoffice-commits] .: Branch 'feature/gnumake4' - 2 commits - configmgr/JunitTest_configmgr_unoapi.mk ucb/JunitTest_ucb_complex.mk ucb/JunitTest_ucb_unoapi.mk

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Wed Jun 22 05:39:32 PDT 2011


 configmgr/JunitTest_configmgr_unoapi.mk |    2 +-
 ucb/JunitTest_ucb_complex.mk            |    2 +-
 ucb/JunitTest_ucb_unoapi.mk             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 336e80edd12f58e0bb32ccc08d07cb2cf47fbcee
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Jun 22 14:32:23 2011 +0200

    gnumake4: adjust ucb to gbuild

diff --git a/ucb/JunitTest_ucb_complex.mk b/ucb/JunitTest_ucb_complex.mk
index aeacb12..9113ff3 100644
--- a/ucb/JunitTest_ucb_complex.mk
+++ b/ucb/JunitTest_ucb_complex.mk
@@ -25,7 +25,7 @@
 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
 # instead of those above.
 
-$(eval $(call gb_JunitTest_JunitTest,ucb_complex))
+$(eval $(call gb_JunitTest_JunitTest,ucb_complex,SRCDIR))
 
 $(eval $(call gb_JunitTest_set_defs,ucb_complex,\
     $$(DEFS) \
diff --git a/ucb/JunitTest_ucb_unoapi.mk b/ucb/JunitTest_ucb_unoapi.mk
index 0a1f9a1..7747afa 100644
--- a/ucb/JunitTest_ucb_unoapi.mk
+++ b/ucb/JunitTest_ucb_unoapi.mk
@@ -25,7 +25,7 @@
 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
 # instead of those above.
 
-$(eval $(call gb_JunitTest_JunitTest,ucb_unoapi))
+$(eval $(call gb_JunitTest_JunitTest,ucb_unoapi,SRCDIR))
 
 $(eval $(call gb_JunitTest_set_defs,ucb_unoapi,\
     $$(DEFS) \
commit 3b9a99ea731cd4d14d930634a3466588ca23419b
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Jun 22 14:32:06 2011 +0200

    gnumake4: adjust configmgr to gbuild

diff --git a/configmgr/JunitTest_configmgr_unoapi.mk b/configmgr/JunitTest_configmgr_unoapi.mk
index 4887c50..a707909 100644
--- a/configmgr/JunitTest_configmgr_unoapi.mk
+++ b/configmgr/JunitTest_configmgr_unoapi.mk
@@ -25,7 +25,7 @@
 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
 # instead of those above.
 
-$(eval $(call gb_JunitTest_JunitTest,configmgr_unoapi))
+$(eval $(call gb_JunitTest_JunitTest,configmgr_unoapi,SRCDIR))
 
 $(eval $(call gb_JunitTest_set_defs,configmgr_unoapi,\
     $$(DEFS) \


More information about the Libreoffice-commits mailing list