diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 18:51:11 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 18:51:11 +0200 |
commit | 200bc6c582d6cf2365001f27928c1e3d1f9c9845 (patch) | |
tree | 0f27abe75bc3603341aef715372676aee8d86835 /formula/Library_for.mk | |
parent | 01ea92166c12fe080575f8faba4162779fb46c28 (diff) | |
parent | 1b465fcc0f5f699308c6ee5113dde6b82842c3dd (diff) |
resyncing to master
Diffstat (limited to 'formula/Library_for.mk')
-rw-r--r-- | formula/Library_for.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/formula/Library_for.mk b/formula/Library_for.mk index 0477baf0c65e..14cf9e971464 100644 --- a/formula/Library_for.mk +++ b/formula/Library_for.mk @@ -38,13 +38,17 @@ $(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_add_defs,for,\ -DFORMULA_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,for,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,for,\ comphelper \ cppu \ |