Bob Ham wrote:
> Hi there,
> 
> I have a problem due to conflicts between local and system header
> filenames.  This problem comes about because of the addition of -I. to
> the CXXFLAGS of any objects.  I've traced this to a variable called
> DEFAULT_INCLUDES in every Makefile.in:
> 
>   DEFAULT_INCLUDES = -...@am__isrc@ -I$(top_builddir)

put

DEFAULT_INCLUDES =

in your Makefile.am, automake will not change it, and the Makefile will
then have this empty DEFAULT_INCLUDES.

Peter
-- 
Peter O'Gorman
http://pogma.com


Reply via email to