From de624f94603ba858c3e892d120da9a11ed938d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tilman=20Keskin=C3=B6z?= Date: Fri, 23 May 2025 10:28:38 +0200 Subject: [PATCH] Attempt to fix bogus change. Reported by: CI via Ervin Hegedus --- test/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 971d9739..2e7e05d6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -72,7 +72,7 @@ unit_tests_LDFLAGS = \ unit_tests_CPPFLAGS = \ -Icommon \ - -I$(srcdir)/../ \ + -I$(top_srcdir)/ \ -g \ -I$(top_builddir)/headers \ $(CURL_CFLAGS) \ @@ -127,7 +127,7 @@ regression_tests_LDFLAGS = \ regression_tests_CPPFLAGS = \ -Icommon \ - -I$(srcdir)../ \ + -I$(top_srcdir) \ -g \ -I$(top_builddir)/headers \ $(CURL_CFLAGS) \ @@ -179,7 +179,7 @@ rules_optimization_LDFLAGS = \ rules_optimization_CPPFLAGS = \ -Icommon \ - -I$(srcdir)/../ \ + -I$(top_srcdir)/ \ -g \ -I$(top_builddir)/headers \ $(CURL_CFLAGS) \