Mercurial > pidgin.yaz
view libpurple/protocols/bonjour/Makefile.am @ 17001:9adc82b72216
Display the image info label in the icon chooser preview area. I'm not sure why this was only being displayed in the pre-GTK 2.4.0 chooser. Also, always use our preview widget - we don't need to fallback to the GTK default previewer, this fixes #458 and seems like the right thing to do in this case.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 10 May 2007 02:45:10 +0000 |
parents | 441945083737 |
children | d7b50cac1c7a |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) 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 = -DPURPLE_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)/libpurple \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ $(HOWL_CFLAGS)