comparison src/Makefile.am @ 14122:dabbcb9b013d

[gaim-migrate @ 16759] This initializes threads for glib and dbus, because under some circumstances multithreaded libraries are causing dbus badness (namely, gnome-vfs). This fix doesn't really belong in Gaim, but in the interest of expedience (we don't want to wait for upstream libraries to get their initializations all worked around to make things safe) the fix goes here. Note that all Gaim frontends will have to initialize glib threads if other threaded libraries which interact with glib or dbus or what-have-you come into play. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 14 Aug 2006 21:46:17 +0000
parents 614c56622453
children c3167a1dd817
comparison
equal deleted inserted replaced
14121:8af7f3a7015f 14122:dabbcb9b013d
337 337
338 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS) 338 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS)
339 gaim_LDFLAGS = -export-dynamic 339 gaim_LDFLAGS = -export-dynamic
340 gaim_LDADD = \ 340 gaim_LDADD = \
341 @LIBOBJS@ \ 341 @LIBOBJS@ \
342 $(GLIB_LIBS) \
342 $(GTK_LIBS) \ 343 $(GTK_LIBS) \
343 $(DBUS_LIBS) \ 344 $(DBUS_LIBS) \
344 $(GSTREAMER_LIBS) \ 345 $(GSTREAMER_LIBS) \
345 $(STATIC_LINK_LIBS) \ 346 $(STATIC_LINK_LIBS) \
346 $(XSS_LIBS) \ 347 $(XSS_LIBS) \