summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-02-01 11:43:31 -0800
committerTim King <taking@google.com>2016-02-01 11:43:31 -0800
commit06e266745d3621a11da7860de45b6533de96f55c (patch)
treeeabf1e437f48f5467a48d9c9b278aa95555e92a9 /src/Makefile.am
parent88a0b432b584ce79892a85b1ef97ba799b9ce01e (diff)
Removing the CVC4_NEEDS_REPLACEMENT_FUNCTIONS guard to have a simpler build process.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3f573f55e..fc346ded5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -437,10 +437,8 @@ libcvc4_la_LIBADD += \
@top_builddir@/proofs/signatures/libsignatures.la
endif
-if CVC4_NEEDS_REPLACEMENT_FUNCTIONS
libcvc4_la_LIBADD += \
@builddir@/lib/libreplacements.la
-endif
if CVC4_USE_GLPK
libcvc4_la_LIBADD += $(GLPK_LIBS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback