Index: tests/Makefile.in
===================================================================
--- tests/Makefile.in	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ tests/Makefile.in	(revision 25a9b5adefaebb173fab189e8ba954167858e6b7)
@@ -313,6 +313,6 @@
 # however, here it is more complicated because it must match the dependencies based on how
 # they are generated by gcc
-headers = $(shell find $(top_srcdir)/src/libcfa -type f ! -name "*.*")
-headers_real = $(shell realpath --relative-to=$(top_srcdir)/src/libcfa $(headers))
+headers = $(shell find $(top_srcdir)/libcfa/src -type f ! -name "*.*")
+headers_real = $(shell realpath --relative-to=$(top_srcdir)/libcfa/src $(headers))
 headers_deps = $(addprefix %/, $(headers_real))
 all: all-am
