Skip to content

Commit de624f9

Browse files
author
Tilman Keskinöz
committed
Attempt to fix bogus change.
Reported by: CI via Ervin Hegedus
1 parent 7660125 commit de624f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ unit_tests_LDFLAGS = \
7272

7373
unit_tests_CPPFLAGS = \
7474
-Icommon \
75-
-I$(srcdir)/../ \
75+
-I$(top_srcdir)/ \
7676
-g \
7777
-I$(top_builddir)/headers \
7878
$(CURL_CFLAGS) \
@@ -127,7 +127,7 @@ regression_tests_LDFLAGS = \
127127

128128
regression_tests_CPPFLAGS = \
129129
-Icommon \
130-
-I$(srcdir)../ \
130+
-I$(top_srcdir) \
131131
-g \
132132
-I$(top_builddir)/headers \
133133
$(CURL_CFLAGS) \
@@ -179,7 +179,7 @@ rules_optimization_LDFLAGS = \
179179

180180
rules_optimization_CPPFLAGS = \
181181
-Icommon \
182-
-I$(srcdir)/../ \
182+
-I$(top_srcdir)/ \
183183
-g \
184184
-I$(top_builddir)/headers \
185185
$(CURL_CFLAGS) \

0 commit comments

Comments
 (0)