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.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