mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
clarify: building outside of the source tree is not special for the
test script
This commit is contained in:
parent
ceda7e98f8
commit
ea2754e028
@ -32,11 +32,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "curlver.h" /* libcurl version defines */
|
#include "curlver.h" /* libcurl version defines */
|
||||||
/* The leading path on the following include statement is required by the
|
/* The leading path on the following include statement is required to properly
|
||||||
autobuild system (tests/testcurl.pl) because curlbuild.h is not generated
|
allow building outside of the source tree, because then curlbuild.h is not
|
||||||
in the same directory as curl.h in this special case. As long as the
|
generated in the same directory as curl.h. Do not remove it, unless you
|
||||||
autobuild system works that way, do not remove it, unless you know what
|
know what you're doing. */
|
||||||
you're doing. */
|
|
||||||
#include "curl/curlbuild.h" /* libcurl build definitions */
|
#include "curl/curlbuild.h" /* libcurl build definitions */
|
||||||
#include "curlrules.h" /* libcurl rules enforcement */
|
#include "curlrules.h" /* libcurl rules enforcement */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user