mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from
2008-05-05 Michael Natterer <mitch@imendio.com> * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from being checked in that breaks the build of applications which use G_DISABLE_SINGLE_INCLUDES. * makegioalias.pl: make the alias file include "glib.h" instead of "glibconfig.h". * gio.symbols: whitespace change to force regeneration of the alias file after above script change. * gfileinfo.h: remove inlcusion of <glib/gfileutils.h>. * gfilenamecompleter.c: remove inclusion of "gurifuncs.h". * gioerror.h: #include <glib.h> instead of <glib/gerror.h>. * glocalfileinfo.c: remove inclusion of <glib/gchecksum>. svn path=/trunk/; revision=6879
This commit is contained in:
committed by
Michael Natterer
parent
62c4c3e2da
commit
d922bf632a
@@ -7,6 +7,7 @@
|
||||
* #ifdef IN_HEADER(sym) #endif and
|
||||
* #ifdef IN_FILE(sym) #endif sections.
|
||||
*/
|
||||
|
||||
#ifdef ALL_FILES
|
||||
#define IN_FILE(x) 1
|
||||
#define IN_HEADER(x) 1
|
||||
|
Reference in New Issue
Block a user