gimp/libgimpmodule
Michael Natterer f94ec804a4 check for gmodule-no-export-2.0, not for gmodule-2.0. Also removed
2006-05-12  Michael Natterer  <mitch@gimp.org>

	* configure.in: check for gmodule-no-export-2.0, not for
	gmodule-2.0. Also removed gobject-2.0 from the gmodule check, i
	have no idea why it was there.

	* libgimpmodule/Makefile.am: s/GMODULE/GMODULE_NO_EXPORT/ because
	we only want to import modules here, not export our own symbols.

	(note that this change is actually useless, because libgimpmodule
	 exports its symbols anyway, but it's more correct this way).
2006-05-12 15:18:13 +00:00
..
.cvsignore Makefile.am libgimpmodule/.cvsignore libgimpmodule/Makefile.am 2002-10-21 14:15:02 +00:00
Makefile.am check for gmodule-no-export-2.0, not for gmodule-2.0. Also removed 2006-05-12 15:18:13 +00:00
gimpmodule.c libgimp/*.c libgimpconfig/*.c libgimpmodule/*.c libgimpthumb/*.c port to 2005-12-20 20:35:23 +00:00
gimpmodule.def Drop a couple of unused variables. 2004-07-04 18:12:22 +00:00
gimpmodule.h converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpmoduledb.c don't ignore the return value of g_list_remove(). 2006-04-10 17:31:37 +00:00
gimpmoduledb.h reset binary age because of struct changes below. require GIMP 1.3.26. 2004-01-29 00:21:33 +00:00
gimpmoduletypes.h renamed GIMP_PARAM_ #defines to GIMP_CONFIG_PARAM_. 2005-02-05 14:52:58 +00:00
makefile.msc s/1.3/2.0/g 2004-03-21 19:58:04 +00:00