summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-25 15:42:56 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-25 15:42:56 +0000
commit9400454b997b381c7683205fef94325ed673c1f6 (patch)
tree2e89390fc2ac687f925029adeb6dc906facba6c4 /src/main
parentc07b0c42ed93af43c236064f3fb0ef779d3e7bb8 (diff)
for static linking of driver binary, list libmain.a first (fixes link errors in last night's regressions)
Diffstat (limited to 'src/main')
-rw-r--r--src/main/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 52a659322..764d5e062 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -16,10 +16,10 @@ libmain_a_SOURCES = \
cvc4_SOURCES =
cvc4_LDADD = \
+ libmain.a \
../parser/libcvc4parser.la \
../libcvc4.la \
- ../lib/libreplacements.la \
- libmain.a
+ ../lib/libreplacements.la
if STATIC_BINARY
cvc4_LINK = $(CXXLINK) -all-static
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback