Skip to content
  • Michael Natterer's avatar
    add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS. · 521b6f54
    Michael Natterer authored
    2008-06-05  Michael Natterer  <mitch@imendio.com>
    
    	* configure.in: add G_DISABLE_SINGLE_INCLUDES and
    	ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
    
    	* atk/atk.h: define __ATK_H_INSIDE__ around including all other
    	headers.
    
    	* atk/atk*.h: add single-include guards that #error out if
    	ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
    	included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files.
    
    	* atk/Makefile.am: define ATK_COMPILATION while building ATK.
    	Add single-include guards to the generated atk-enum-types.h too.
    
    
    svn path=/trunk/; revision=1246
    521b6f54