I'm writing a plugin (based on the select/cons_res plugin). I need to add this library for the linker when my plugin is built:
/usr/lib/x86_64-linux-gnu/libcurl.a Apparently I need to add this library to the Makefile.in. Where do I add this? Do I need to add this in the Makefile.am too? Thanks.