diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-09-13 18:59:41 -0400 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-19 17:03:19 +0200 |
commit | 08f16d5ae44cb0e92debf5b67b56a7605a07e65e (patch) | |
tree | 77b0f3ac4ebf8285315592cb43db577846dce4d3 /sc/Library_sc.mk | |
parent | 3be59e38ab37dbb7646fb6eedf36d7adfe8c7af6 (diff) |
Avoid having build-time dependency on scopencl.
Change-Id: I32918599dca0556a61b85d868dffbb5e72541e69
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index d1987371f327..b0ab893c8698 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -227,6 +227,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/optutil \ sc/source/core/tool/orcusxml \ sc/source/core/tool/parclass \ + sc/source/core/tool/platforminfo \ sc/source/core/tool/printopt \ sc/source/core/tool/prnsave \ sc/source/core/tool/progress \ |