glib/gmodule
Jeff Garzik 242cb51bfe INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs
INCLUDES is the right way to add to CFLAGS, not DEFS.
	Also there are bugs with '+=' in makefiles.

	Got rid of DEFS line by moving G_LOG_DOMAIN setting into INCLUDES.
	Removed redundant -I from INCLUDES.

	This fixes an annoying bug where autoconf's DEFS, which includes
	the important -DHAVE_CONFIG_H, was lost.  (due to += weirdness)
1998-11-12 04:28:52 +00:00
..
.cvsignore .cvsignore updates to shutup CVS 1998-09-17 22:57:16 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs 1998-11-12 04:28:52 +00:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-dl.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmodule-dld.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmodule-win32.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmodule.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmodule.def removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmodule.h removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmoduleconf.h.in removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmoduleconf.h.win32 New function that returns the message string for a Win32 error code. 1998-10-27 04:11:32 +00:00
libgplugin_a.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
libgplugin_b.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
Makefile.am INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs 1998-11-12 04:28:52 +00:00
testgmodule.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00