Mercurial > pidgin
view src/Makefile.am @ 4609:71b27122c8a6
[gaim-migrate @ 4897]
[21:48:32] <shadows> uhhh.... gaim is still crashing when clicking okay button twice in New IM screenname prompe
[21:48:41] <shadows> s/prompe/prompt/
[21:49:03] <shadows> what the hell guys? it's one line of code to comment out to make the quick fix
[21:51:38] <LSchiere0> that's a fun backtrace shadows
[21:51:58] <LSchiere0> shadows: what would that line be?
[21:52:41] <shadows> src/dialogs.c
[21:52:42] <shadows> lemme check
[21:53:32] <-- LSchiere has quit ("Download Gaim [http://gaim.sourceforge.net/]")
[21:54:11] <shadows> line 570
[21:54:25] <shadows> it needs to be commented out with a note asking for a proper solution
[21:54:32] <shadows> otherwise, as-is, it results in a double-free
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 24 Feb 2003 02:55:03 +0000 |
| parents | 9df99116840a |
| children | dfd1fe914da2 |
line wrap: on
line source
EXTRA_DIST = \ getopt.c \ getopt.h \ getopt1.c SUBDIRS = protocols bin_PROGRAMS = gaim gaim-remote gaim_SOURCES = about.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ conversation.h \ core.c \ core.h \ dialogs.c \ dnd-hints.c \ dnd-hints.h \ ft.c \ ft.h \ gaim.h \ gaim-socket.h \ gaim-disclosure.c \ gaim-disclosure.h \ gaimrc.c \ gtkcellrendererprogress.c \ gtkcellrendererprogress.h \ gtkconv.c \ gtkconv.h \ gtkft.c \ gtkft.h \ gtkimhtml.c \ gtkimhtml.h \ gtkutils.c \ gtkutils.h \ html.c \ idle.c \ list.c \ log.c \ main.c \ md5.c \ md5.h \ module.c \ multi.c \ multi.h \ perl.c \ prefs.c \ proxy.c \ proxy.h \ prpl.c \ prpl.h \ server.c \ session.c \ socket.c \ sound.c \ sound.h \ stock.c \ stock.h \ themes.c \ util.c \ ui.h gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gaim_LDFLAGS = -export-dynamic gaim_LDADD = \ @LIBOBJS@ \ $(GTK_LIBS) \ $(SOUND_LIBS) \ $(STATIC_LINK_LIBS) \ $(PERL_LIBS) \ $(XSS_LIBS) \ $(SM_LIBS) \ $(INTLLIBS) \ $(GTKSPELL_LIBS) gaim_remote_SOURCES = gaim-remote.c socket.c gaim_remote_DEPENDENCIES = @LIBOBJS@ gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS) AM_CPPFLAGS = \ $(PERL_CFLAGS) \ $(GTKSPELL_CFLAGS) \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DLIBDIR=\"$(libdir)/gaim/\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)
