Attempt to fix bogus change.

Reported by: CI via Ervin Hegedus
This commit is contained in:
Tilman Keskinöz 2025-05-23 10:28:38 +02:00
parent 7660125da6
commit de624f9460
No known key found for this signature in database
GPG Key ID: 6E2CAEEFF1331ECE

View File

@ -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) \