diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-25 11:08:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-25 11:08:29 +0100 |
commit | a66bb33581dca2ffc6d73848406898a00e275b7b (patch) | |
tree | 0d9c15d74459a83ccdc646885277d8a416ddcb0e /cppu/Library_cppu.mk | |
parent | 392691c91fbfa96f1805f1cd556dc115b9a486e3 (diff) |
cppu does not depend on any offapi .idl files
Change-Id: I22150c0247ec98bd0e764a439a15ceaa7f42b029
Diffstat (limited to 'cppu/Library_cppu.mk')
-rw-r--r-- | cppu/Library_cppu.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/Library_cppu.mk b/cppu/Library_cppu.mk index 4ab71b8f5e7c..f3b99e4412ea 100644 --- a/cppu/Library_cppu.mk +++ b/cppu/Library_cppu.mk @@ -31,7 +31,7 @@ $(eval $(call gb_Library_set_soversion_script,cppu,3,$(SRCDIR)/cppu/util/cppu.ma $(eval $(call gb_Library_use_package,cppu,cppu_inc)) -$(eval $(call gb_Library_use_sdk_api,cppu)) +$(eval $(call gb_Library_use_udk_api,cppu)) $(eval $(call gb_Library_add_defs,cppu,\ -DCPPU_DLLIMPLEMENTATION \ |