Re: $(top_builddir)/lib should also be in the include path

2005-07-30 Thread Karl Berry
$(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

$(top_builddir)/lib should also be in the include path

2005-07-29 Thread Ben Pfaff
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