diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-09-04 15:14:47 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-09-06 01:38:31 -0400 |
commit | 69047ec117cd2e0885efec1824e9c00555da4800 (patch) | |
tree | 6e5f0c29813a91ac4239e80d97789f43e364515d /sc/Library_sc.mk | |
parent | 2d8a60e517c35276051a82b569515b49896b5be9 (diff) |
Correctly handle implicit intersection in group interpretation.
Change-Id: I2ea6f41ad4036a6f3f5d99097e83fd988aacd105
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 3c06eafaeffd..bd1a9a3b2805 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -181,6 +181,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/table5 \ sc/source/core/data/table6 \ sc/source/core/data/tabprotection \ + sc/source/core/data/types \ sc/source/core/data/userdat \ sc/source/core/data/validat \ sc/source/core/tool/addincfg \ |