Adding VPATH back in
authormakaimann <makaim@stanford.edu>
Fri, 12 May 2017 20:09:13 +0000 (13:09 -0700)
committermakaimann <makaim@stanford.edu>
Fri, 12 May 2017 20:09:13 +0000 (13:09 -0700)
src/expr/Makefile.am
src/options/Makefile.am

index 1334a8804de4da84b2d661917422464a64214bf5..e45c765c0a0805d297c497f5e35c6fce48543abf 100644 (file)
@@ -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@/.., \
index bca6ca16ee116494ce4d183ecf85c6846d5ec1d5..5a9fa54e6e00c87affa4dc2b4ce0c4f3afbbe3e3 100644 (file)
@@ -20,6 +20,7 @@
 # in particular were breaking it
 # Building with coverage will cause portability issues in some cases
 
+VPATH = $(if $(COVERAGE_ON), $(realpath @srcdir@), @srcdir@)
 
 OPTIONS_SRC_FILES = \
        arith_options \