Mercurial > pidgin
view src/protocols/rendezvous/Makefile.am @ 9591:bc910eb2679f
[gaim-migrate @ 10434]
(20:47:36) nosnilmot: a) because someone reported a bug somewhere, I'll find the number later,
b) because gdk-pixbuf should never have had such buggy documentation
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sun, 25 Jul 2004 00:47:10 +0000 |
| parents | fe9f4eee3dcb |
| children | 8bc7ba019e96 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim RENDEZVOUSSOURCES = \ mdns.c \ mdns.h \ mdns_cache.c \ mdns_cache.h \ 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)
