summaryrefslogtreecommitdiffstats
path: root/formula/Library_for.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:56 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:13 +0200
commit68e8a8404308a9283f2bcfa3c73a4c1ea774a511 (patch)
tree56162537d17cef4e66e1c4fbaaeb729f237e6c62 /formula/Library_for.mk
parentause130: #i117218# don't export INCLUDE in a local makefile.mk (diff)
downloadcore-68e8a8404308a9283f2bcfa3c73a4c1ea774a511.tar.gz
core-68e8a8404308a9283f2bcfa3c73a4c1ea774a511.zip
remove all traces of offuh from makefiles
Diffstat (limited to 'formula/Library_for.mk')
-rw-r--r--formula/Library_for.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/formula/Library_for.mk b/formula/Library_for.mk
index f1ac2c82fdbe..b07780880bbc 100644
--- a/formula/Library_for.mk
+++ b/formula/Library_for.mk
@@ -38,7 +38,6 @@ $(eval $(call gb_Library_set_include,for,\
-I$(realpath $(SRCDIR)/formula/inc/pch) \
-I$(realpath $(SRCDIR)/formula/source/core/inc) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,for,\
@@ -46,6 +45,11 @@ $(eval $(call gb_Library_set_defs,for,\
-DFORMULA_DLLIMPLEMENTATION \
))
+$(eval $(call gb_Library_add_api,for,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,for,\
comphelper \
cppu \