We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7660125 commit de624f9Copy full SHA for de624f9
test/Makefile.am
@@ -72,7 +72,7 @@ unit_tests_LDFLAGS = \
72
73
unit_tests_CPPFLAGS = \
74
-Icommon \
75
- -I$(srcdir)/../ \
+ -I$(top_srcdir)/ \
76
-g \
77
-I$(top_builddir)/headers \
78
$(CURL_CFLAGS) \
@@ -127,7 +127,7 @@ regression_tests_LDFLAGS = \
127
128
regression_tests_CPPFLAGS = \
129
130
- -I$(srcdir)../ \
+ -I$(top_srcdir) \
131
132
133
@@ -179,7 +179,7 @@ rules_optimization_LDFLAGS = \
179
180
rules_optimization_CPPFLAGS = \
181
182
183
184
185
0 commit comments