summaryrefslogtreecommitdiff
path: root/tools/Library_tl.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:09:09 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:29:28 +0200
commit0e6ab013f7def9891c2e982bec76458a64953c20 (patch)
tree3fedca16aabacc61449c970a4da2756522605347 /tools/Library_tl.mk
parent190ae222e6933eabb7a9a016690619621bea07ad (diff)
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r--tools/Library_tl.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index da3e0276f521..ad3c9c4ec682 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -38,7 +38,6 @@ $(eval $(call gb_Library_set_include,tl,\
-I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/solenv/inc \
-I$(SRCDIR)/solenv/inc/Xp31 \
- -I$(OUTDIR)/inc/offuh \
-I$(WORKDIR)/CustomTarget/tools/source/reversemap \
))
@@ -48,6 +47,11 @@ $(eval $(call gb_Library_set_defs,tl,\
-DVCL \
))
+$(eval $(call gb_Library_add_api,tl,\
+ udkapi \
+ offapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,tl,\
basegfx \
comphelper \