Mercurial > pidgin
view src/protocols/toc/Makefile.am @ 11763:ddb7520d57bd
[gaim-migrate @ 14054]
sf patch #1328104, from Will Thompson
His patch actually changed the prpl preference for IRC Quit messages
into an account preference. I applied his changes... but I commented
out the account preference part (so the IRC quit message is no longer
customizable).
We'll see how this goes
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 23 Oct 2005 21:07:29 +0000 |
parents | 6b1ecf40f3ba |
children |
line wrap: on
line source
EXTRA_DIST = \ PROTOCOL \ Makefile.mingw pkgdir = $(libdir)/gaim TOCSOURCES = toc.c AM_CFLAGS = $(st) libtoc_la_LDFLAGS = -module -avoid-version if STATIC_TOC st = -DGAIM_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)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)