Mercurial > pidgin.yaz
view libgaim/protocols/bonjour/Makefile.am @ 15032:ea6186360b68
[gaim-migrate @ 17814]
Make searching in conversations search backwards. Presumingly you want to see the most recent mentions of your search term first. I use it mostly for searching my nick when I See a blue tab in #gaim, and this is useful for that.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 22 Nov 2006 21:33:51 +0000 |
parents | 69590c55c748 |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim BONJOURSOURCES = \ bonjour.c \ bonjour.h \ buddy.c \ buddy.h \ dns_sd.c \ dns_sd.h \ jabber.c \ jabber.h AM_CFLAGS = $(st) libbonjour_la_LDFLAGS = -module -avoid-version if STATIC_BONJOUR st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = libbonjour.a libbonjour_a_SOURCES = $(BONJOURSOURCES) libbonjour_a_CFLAGS = $(AM_CFLAGS) libbonjour_a_LIBADD = $(HOWL_LIBS) else st = pkg_LTLIBRARIES = libbonjour.la libbonjour_la_SOURCES = $(BONJOURSOURCES) libbonjour_la_LIBADD = $(GLIB_LIBS) $(HOWL_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libgaim \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ $(HOWL_CFLAGS)