On Tue, 3 Jul 2018, ozhan duz wrote:
I am trying to customize libcurl to my own needs. I modifed the Makefile.inc and added additonal source files to LIB_CFILES variable. It worked perfectly for mingw and msvc. I try to do same thing on Linux but gcc does not compile my own source files. It just ignore the source files. Could you please help me to add my own source files on Linux platform.
On Linux you then need to re-run either cmake or ./buildconf + configure to have the makefile regenerated.
-- / daniel.haxx.se ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
