summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 04d717294..79eb8c74e 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -15,4 +15,8 @@ cvc4_LDADD = \
../parser/libcvc4parser.la \
../libcvc4.la
+if STATIC_BINARY
+cvc4_LINK = $(CXXLINK) -all-static
+else
cvc4_LINK = $(CXXLINK)
+endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback