summaryrefslogtreecommitdiffstats
path: root/editeng/Library_editeng.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 /editeng/Library_editeng.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 'editeng/Library_editeng.mk')
-rwxr-xr-xediteng/Library_editeng.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/editeng/Library_editeng.mk b/editeng/Library_editeng.mk
index f5444d378ec6..2aeec99449a4 100755
--- a/editeng/Library_editeng.mk
+++ b/editeng/Library_editeng.mk
@@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,editeng,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/editeng/inc/pch) \
-I$(realpath $(SRCDIR)/editeng/inc) \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_add_defs,editeng,\
@@ -48,6 +47,11 @@ $(eval $(call gb_Library_add_defs,editeng,\
))
endif
+$(eval $(call gb_Library_add_api,editeng,\
+ udkapi \
+ offapi \
+))
+
$(eval $(call gb_Library_add_exception_objects,editeng,\
editeng/inc/pch/precompiled_editeng \
editeng/source/accessibility/AccessibleComponentBase \