diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-04-13 12:19:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-13 12:49:38 +0200 |
commit | 26dcda4cc1f04e1c11e82f9136a0678e4c72bed8 (patch) | |
tree | 21f4fb7df16875ae8122be220499c8c68b23686e | |
parent | 777ed3ffd8ee46997fa74442b46205fc8eca2cde (diff) |
sw: revert another gb_CppunitTest_use_instdir_configuration
Change-Id: I82410b583da003a4b7b7b7395545677e83ad7676
-rw-r--r-- | sw/CppunitTest_sw_odfimport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk index 651aef0b6150..d79de18dd006 100644 --- a/sw/CppunitTest_sw_odfimport.mk +++ b/sw/CppunitTest_sw_odfimport.mk @@ -86,6 +86,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\ xmloff/util/xo \ )) -$(eval $(call gb_CppunitTest_use_instdir_configuration,sw_odfimport)) +$(eval $(call gb_CppunitTest_use_configuration,sw_odfimport)) # vim: set noet sw=4 ts=4: |