Skip to content

Commit c8ba95b

Browse files
committed
fix path for building out of source
1 parent 902c6eb commit c8ba95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ test_runner_SOURCES = \
699699

700700
EXTRA_test_runner_DEPENDENCIES = test/get_images/test_images.txt
701701

702-
test_fiwalk_fiwalk_test_CPPFLAGS = $(AM_CPPFLAGS) -Ivendors $(CATCH2_CPPFLAGS)
702+
test_fiwalk_fiwalk_test_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/vendors $(CATCH2_CPPFLAGS)
703703
test_fiwalk_fiwalk_test_LDADD = $(TSK_LIBS)
704704
test_fiwalk_fiwalk_test_SOURCES = \
705705
test/fiwalk/fiwalk_test.cpp \

0 commit comments

Comments
 (0)