summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index 1334a8804..e45c765c0 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -6,6 +6,8 @@
# in particular were breaking it
# Building with coverage will cause portability issues in some cases
+VPATH = $(if $(COVERAGE_ON), $(realpath @srcdir@), @srcdir@)
+
AM_CPPFLAGS = \
-D__BUILDING_CVC4LIB \
$(if $(COVERAGE_ON), -I@abs_builddir@/.. -I@abs_srcdir@/../include -I@abs_srcdir@/.., \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback