This is my source tree:
client (dir with a lot of c files inside)
FTPUtils --> bin /
\server (dir with a lot of c files inside)
|
proto.h
function.c
I’ve read some autoconf tutorial but i didn’t understand how to make a general configure.ac, Makefile.am and configure script.
Can somebody explain it to me please?
I also have to add -lcurl and -lcrypto!
Thanks in advance
I wrote a tutorial on this very subject – it’s geared towards GTK programming but the first parts are not GTK-specific, so they will probably get you started.