Mercurial > pidgin
view libpurple/protocols/irc/Makefile.am @ 29683:1d657e98667b
Set file transfers to "completed" if the other user tells us they've
received the file. Fixes a bug where we show the file transfer as
canceled by us in the event where we're sending them a file that they
already have.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 06 Apr 2010 08:18:47 +0000 |
parents | e33a91b8b8f6 |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) IRCSOURCES = \ cmds.c \ dcc_send.c \ irc.c \ irc.h \ msgs.c \ parse.c AM_CFLAGS = $(st) libirc_la_LDFLAGS = -module -avoid-version if STATIC_IRC st = -DPURPLE_STATIC_PRPL noinst_LTLIBRARIES = libirc.la libirc_la_SOURCES = $(IRCSOURCES) libirc_la_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libirc.la libirc_la_SOURCES = $(IRCSOURCES) libirc_la_LIBADD = $(GLIB_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)