summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorACSYS <cvc4-devel@cs.nyu.edu>2010-09-27 22:26:46 +0000
committerACSYS <cvc4-devel@cs.nyu.edu>2010-09-27 22:26:46 +0000
commit753a072c542c1c254d7c6adbf10e091ba585ede5 (patch)
tree5ab9157fe0d3f265f82a94f7f4e5940697b54ee5 /src/util/Makefile.am
parent595751a1814cc9375318c9c158caf6426eeda791 (diff)
add workaround for systems (i.e., Mac OS X) that don't support __thread; also configure script auto-detection of __thread support and syntax
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index bac0064bf..78f91edc5 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -39,7 +39,8 @@ libutil_la_SOURCES = \
BUILT_SOURCES = \
rational.h \
- integer.h
+ integer.h \
+ tls.h
if CVC4_CLN_IMP
libutil_la_SOURCES += \
@@ -62,4 +63,5 @@ EXTRA_DIST = \
rational_gmp_imp.cpp \
integer_gmp_imp.cpp \
rational.h.in \
- integer.h.in
+ integer.h.in \
+ tls.h.in
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback