diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:09:09 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:29:28 +0200 |
commit | 0e6ab013f7def9891c2e982bec76458a64953c20 (patch) | |
tree | 3fedca16aabacc61449c970a4da2756522605347 /toolkit | |
parent | 190ae222e6933eabb7a9a016690619621bea07ad (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/Library_tk.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index 1a94bbd21ab1..84c05eb752ab 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -38,7 +38,6 @@ $(eval $(call gb_Library_set_include,tk,\ -I$(realpath $(SRCDIR)/toolkit/inc) \ -I$(realpath $(SRCDIR)/toolkit/inc/pch) \ -I$(realpath $(SRCDIR)/toolkit/source) \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,tk,\ @@ -46,6 +45,11 @@ $(eval $(call gb_Library_set_defs,tk,\ -DTOOLKIT_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,tk,\ + udkapi \ + offapi \ +)) + $(eval $(call gb_Library_add_linked_libs,tk,\ comphelper \ cppu \ |