Mercurial > pidgin
view src/protocols/rendezvous/Makefile.am @ 10525:ddea15f4cbc2
[gaim-migrate @ 11842]
Kevin and Tim both pointed out that I'd missed some of the zoom stuff, so this should be the rest of it.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Tue, 18 Jan 2005 15:36:39 +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)
