summaryrefslogtreecommitdiff
path: root/editeng/Library_editeng.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:08:50 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:08 +0200
commit246efa0d481c4b3bb55c1f53d954557cc027c008 (patch)
tree76742dc66aaa690f9588450e590a6694f391ba00 /editeng/Library_editeng.mk
parent3c822ccbf013b2c9129cbb4717890114bfdd06ee (diff)
ause130: #i117218# change .idl handling to gnu make
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 df11ba7fb5f6..35dcbdaf7627 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_set_defs,editeng,\
@@ -50,6 +49,11 @@ $(eval $(call gb_Library_set_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 \