diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:14:44 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:31:16 +0200 |
commit | 185a80eb7191151ea0a2d619272a1c78e2d4a9c1 (patch) | |
tree | c8e1b02df51279b8fc23102df022874c6889a9d3 /sw/Library_swd.mk | |
parent | 64be4292eb919396c2f06544b9bbaa5568dddb2a (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'sw/Library_swd.mk')
-rw-r--r-- | sw/Library_swd.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index 0b1ca39f642f..b1559833993c 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -38,7 +38,11 @@ $(eval $(call gb_Library_set_include,swd,\ -I$(realpath $(SRCDIR)/sw/source/core/inc) \ -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(OUTDIR)/inc/offuh \ +)) + +$(eval $(call gb_Library_add_api,swd,\ + udkapi \ + offapi \ )) $(eval $(call gb_Library_set_defs,swd,\ |