Mercurial > pidgin
view src/protocols/toc/Makefile.am @ 9762:3f97624e7753
[gaim-migrate @ 10630]
nosnilmot writes:
This patch auto-linkifies the topic in chats in IRC,
Jabber & SILC, so you can now do /topic and get
clickable links. Much more fun than copy & paste.
This looks a little ugly to me. Too much code seems duplicated.
But it was already duplicated, stu just made it do a little more.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Mon, 16 Aug 2004 01:14:58 +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)
