Mercurial > pidgin
view libpurple/protocols/toc/Makefile.am @ 21730:e501c2c675cd
Always set gc->display_name to the formatted version of your screen
name even when you're not in your buddylist. This fix is care of
meebo
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 02 Dec 2007 20:22:32 +0000 |
parents | 441945083737 |
children | 2b62300d2c19 |
line wrap: on
line source
EXTRA_DIST = \ PROTOCOL \ Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) TOCSOURCES = toc.c AM_CFLAGS = $(st) libtoc_la_LDFLAGS = -module -avoid-version if STATIC_TOC st = -DPURPLE_STATIC_PRPL noinst_LIBRARIES = libtoc.a libtoc_a_SOURCES = $(TOCSOURCES) libtoc_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libtoc.la libtoc_la_SOURCES = $(TOCSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)