summaryrefslogtreecommitdiff
path: root/src/compat/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/compat/Makefile.am
parent88a0b432b584ce79892a85b1ef97ba799b9ce01e (diff)
Removing the CVC4_NEEDS_REPLACEMENT_FUNCTIONS guard to have a simpler build process.
Diffstat (limited to 'src/compat/Makefile.am')
-rw-r--r--src/compat/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/compat/Makefile.am b/src/compat/Makefile.am
index ebb13426d..df4603a9a 100644
--- a/src/compat/Makefile.am
+++ b/src/compat/Makefile.am
@@ -26,12 +26,8 @@ libcvc4compat_la_LDFLAGS = \
libcvc4compat_la_LIBADD = \
@builddir@/../libcvc4.la \
- @builddir@/../parser/libcvc4parser.la
-
-if CVC4_NEEDS_REPLACEMENT_FUNCTIONS
-libcvc4compat_la_LIBADD += \
+ @builddir@/../parser/libcvc4parser.la \
@builddir@/../lib/libreplacements.la
-endif
libcvc4compat_la_SOURCES = \
cvc3_compat.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback