buildfix for srcdir != builddir

This commit is contained in:
Tilman Keskinöz
2025-05-22 18:59:51 +02:00
parent aab47091b1
commit 0bcabf3208
3 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ unit_tests_LDFLAGS = \
unit_tests_CPPFLAGS = \
-Icommon \
-I../ \
-I$(srcdir)/../ \
-g \
-I$(top_builddir)/headers \
$(CURL_CFLAGS) \
@@ -127,7 +127,7 @@ regression_tests_LDFLAGS = \
regression_tests_CPPFLAGS = \
-Icommon \
-I../ \
-I$(srcdir)../ \
-g \
-I$(top_builddir)/headers \
$(CURL_CFLAGS) \
@@ -179,7 +179,7 @@ rules_optimization_LDFLAGS = \
rules_optimization_CPPFLAGS = \
-Icommon \
-I../ \
-I$(srcdir)/../ \
-g \
-I$(top_builddir)/headers \
$(CURL_CFLAGS) \