$(top_builddir)/lib
should also be added to the include path.
Thanks Ben, I added your info to the manual.
BTW, Bruno, I see you wrote a separate file documenting the visibility
module. Any reason not to @include it into the manual?
___
bug-g
The gnulib manual notes that $(top_srcdir)/lib should be in the
include path:
Finally, you have add C flags and LD flags, so that you can make
use of the gnulib library. For example:
...
AM_CPPFLAGS = -I$(top_srcdir)/lib
...
However, it neglects to add that, be