Don't bother defining Autoconf variables for glib.def, gmodule.def,

2008-03-16  Tor Lillqvist  <tml@novell.com>

	* configure.in: Don't bother defining Autoconf variables for
	glib.def, gmodule.def, gobject.def and gthread.def when this can
	be handled easily in */Makefile.am which are the only files that
	use them. Remove also TESTGMODULE_EXP which isn't used at all.

	* */Makefile.am: Corrsponding changes.


svn path=/trunk/; revision=6722
This commit is contained in:
Tor Lillqvist
2008-03-16 10:16:57 +00:00
committed by Tor Lillqvist
parent ff69c53da9
commit e2ee29dd2c
9 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +1,8 @@
2008-03-16 Tor Lillqvist <tml@novell.com>
* Makefile.am: Define gmodule_def locally here instead of using an
Autoconf variable.
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.1 ===

View File

@@ -59,6 +59,7 @@ endif
if OS_WIN32
export_symbols = -export-symbols $(srcdir)/gmodule.def
gmodule_def = gmodule.def
install-def-file:
$(INSTALL) $(srcdir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
@@ -84,7 +85,7 @@ libgmodule_2_0_la_LDFLAGS = \
libgmodule_2_0_la_LIBADD = $(G_MODULE_LIBS_EXTRA) $(G_MODULE_LIBS) $(libglib)
libgmodule_2_0_la_DEPENDENCIES = $(gmodule_win32_res) $(GMODULE_DEF)
libgmodule_2_0_la_DEPENDENCIES = $(gmodule_win32_res) $(gmodule_def)
if OS_WIN32
gmodule-win32-res.o: gmodule.rc