diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-14 19:30:36 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2013-11-20 18:23:05 +0000 |
commit | 2f98f0ecf8964f5fce8e315fbff29760aa6449dd (patch) | |
tree | 6ab4d106bafd3958cabe71ff64800d963d4502ef /sc/Library_sc.mk | |
parent | 25fb3d749c3184b96c79352be4990c9b4fa6c602 (diff) |
WIP: Background ahead-of-time OpenCL compilation
Work in progress, does not work. That's what WIP means.
Change-Id: I31459624a45370384e00392937ac9a5b9cd893c2
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 3d575872352a..aa7099c8ab63 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -146,6 +146,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/global \ sc/source/core/data/global2 \ sc/source/core/data/globalx \ + sc/source/core/data/grouptokenconverter \ sc/source/core/data/listenercontext \ sc/source/core/data/markarr \ sc/source/core/data/markdata \ |