summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-21 03:26:13 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-21 03:26:13 +0000
commit3b1689612bb2ff984aa90cd84093ffc043d78ba9 (patch)
tree872cf423273a331e110ff3868cd5281c960dd3b1 /src/main/Makefile.am
parent69d8f8da6bbb856964d47a583ceb4e50060e9457 (diff)
considerable bindings interface work, some improvements to build
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 42a306752..d53ae55a0 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -17,9 +17,9 @@ libmain_a_SOURCES = \
cvc4_SOURCES =
cvc4_LDADD = \
libmain.a \
- ../parser/libcvc4parser.la \
- ../libcvc4.la \
- ../lib/libreplacements.la \
+ @builddir@/../parser/libcvc4parser.la \
+ @builddir@/../libcvc4.la \
+ @builddir@/../lib/libreplacements.la \
$(READLINE_LDFLAGS)
BUILT_SOURCES = \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback