diff options
author | tino <ttk448@gmail.com> | 2012-12-06 14:05:11 +0000 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-08 02:27:06 +0100 |
commit | 8450a99c744e9005f19173e4df35d65640bcf5c4 (patch) | |
tree | d6f5d194c256f3d3790701a9f423b7e8eb99b3a8 /sc/Library_sc.mk | |
parent | e9b21193ed395061b155955e5098f69af92b4fc0 (diff) |
fdo#33365 added wrapper for boost random, use that in RAND()
Change-Id: Iafc524d12c76423f74dc16b42595e52fbc5a1e54
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 348300fcd80c..10918e493f9d 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -213,6 +213,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/progress \ sc/source/core/tool/queryentry \ sc/source/core/tool/queryparam \ + sc/source/core/tool/random \ sc/source/core/tool/rangelst \ sc/source/core/tool/rangenam \ sc/source/core/tool/rangeseq \ |