diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-22 14:32:06 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-22 14:32:06 +0200 |
commit | 15f6522a6057c43b423d8163610fe44e72f46c65 (patch) | |
tree | a1596b8568d16e1da396b98dccfbd40696fab811 /configmgr | |
parent | 1565f386d49dce8e3370e999123ad7b292357770 (diff) |
gnumake4: adjust configmgr to gbuild
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/JunitTest_configmgr_unoapi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/JunitTest_configmgr_unoapi.mk b/configmgr/JunitTest_configmgr_unoapi.mk index 4887c50dab01..a707909315cf 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) \ |