summaryrefslogtreecommitdiffstats
path: root/sfx2/CppunitTest_sfx2_metadatable.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:51:11 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:51:11 +0200
commit200bc6c582d6cf2365001f27928c1e3d1f9c9845 (patch)
tree0f27abe75bc3603341aef715372676aee8d86835 /sfx2/CppunitTest_sfx2_metadatable.mk
parentgnumake4: adjust ucb to gbuild (diff)
parentDo not use macros from comphelper's componentmodule.hxx (diff)
downloadcore-200bc6c582d6cf2365001f27928c1e3d1f9c9845.tar.gz
core-200bc6c582d6cf2365001f27928c1e3d1f9c9845.zip
resyncing to master
Diffstat (limited to 'sfx2/CppunitTest_sfx2_metadatable.mk')
-rwxr-xr-xsfx2/CppunitTest_sfx2_metadatable.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sfx2/CppunitTest_sfx2_metadatable.mk b/sfx2/CppunitTest_sfx2_metadatable.mk
index 0824d40cfa64..09c2b320b1de 100755
--- a/sfx2/CppunitTest_sfx2_metadatable.mk
+++ b/sfx2/CppunitTest_sfx2_metadatable.mk
@@ -31,6 +31,11 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_metadatable, \
sfx2/qa/cppunit/test_metadatable \
))
+$(eval $(call gb_CppunitTest_add_api,sfx2_metadatable, \
+ udkapi \
+ offapi \
+))
+
$(eval $(call gb_CppunitTest_add_linked_libs,sfx2_metadatable, \
sal \
sfx \
@@ -39,7 +44,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sfx2_metadatable, \
$(eval $(call gb_CppunitTest_set_include,sfx2_metadatable,\
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
))
# vim: set noet sw=4 ts=4: