Mercurial > pidgin.yaz
view libpurple/protocols/toc/Makefile.am @ 23215:b24d5d112a14
Bring oscar prpl in line with the other prpls in how it provides user info:
The away message is now given an appropriate label and isn't set off in
a separate section.
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Tue, 27 May 2008 02:14:14 +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)