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 /svtools/Executable_bmp.mk | |
parent | 190ae222e6933eabb7a9a016690619621bea07ad (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'svtools/Executable_bmp.mk')
-rw-r--r-- | svtools/Executable_bmp.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/svtools/Executable_bmp.mk b/svtools/Executable_bmp.mk index 3b2fd2a1203c..f05013df4170 100644 --- a/svtools/Executable_bmp.mk +++ b/svtools/Executable_bmp.mk @@ -36,7 +36,11 @@ $(eval $(call gb_Executable_set_include,bmp,\ -I$(realpath $(SRCDIR)/svtools/inc/svtools) \ -I$(realpath $(SRCDIR)/svtools/source/inc) \ -I$(realpath $(SRCDIR)/svtools/inc/pch) \ - -I$(OUTDIR)/inc/offuh \ +)) + +$(eval $(call gb_Executable_add_api,bmp,\ + udkapi \ + offapi \ )) $(eval $(call gb_Executable_add_linked_libs,bmp,\ |