I'm trying to understand GNU Autools.
My project compiles fine when I add -lxyz
to the command line g++ ...
. xyz
doesn't support pkg-config. What line do I need to add to Makefile.am
? And to which Makefile.am
do I add it - there is one for each directory?