diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:08:50 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-17 16:41:08 +0200 |
commit | 246efa0d481c4b3bb55c1f53d954557cc027c008 (patch) | |
tree | 76742dc66aaa690f9588450e590a6694f391ba00 /editeng | |
parent | 3c822ccbf013b2c9129cbb4717890114bfdd06ee (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'editeng')
-rwxr-xr-x | editeng/Library_editeng.mk | 6 |
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 \ |