summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.example
Commit message (Collapse)AuthorAgeFilesLines
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* source header: added to more filesDaniel Stenberg2011-03-121-1/+14
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* removed trailing whitespaceYang Tse2010-02-141-4/+4
|
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-2/+1
| | | | | | | | the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
* re-order the compiler arguments to keep more compiler happyDaniel Stenberg2002-08-141-1/+1
|
* We need -lpthread for the pthread exampleDaniel Stenberg2001-05-151-0/+1
|
* Added Makefile.example as an example makefile that can build the exampleDaniel Stenberg2001-03-271-0/+41
source files (if edited slightly)