Mercurial > pidgin
view src/protocols/rendezvous/Makefile.am @ 8500:a6748565835a
[gaim-migrate @ 9236]
Fix from marv to make multi-line messages in text only protocols work
correctly.
Sending from an AIM account to an ICQ account still sends HTML
when it shouldn't, but that's minor.
Thanks Tim
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 25 Mar 2004 05:04:02 +0000 |
parents | b06dcc915c45 |
children | dbbf5470ba05 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim RENDEZVOUSSOURCES = \ mdns.c \ rendezvous.c AM_CFLAGS = $(st) librendezvous_la_LDFLAGS = -module -avoid-version if STATIC_RENDEZVOUS st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = librendezvous.a librendezvous_a_SOURCES = $(RENDEZVOUSSOURCES) librendezvous_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = librendezvous.la librendezvous_la_SOURCES = $(RENDEZVOUSSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)