Mercurial > pidgin
annotate src/protocols/rendezvous/Makefile.am @ 9866:55fa45654879
[gaim-migrate @ 10745]
eeing the closing note on this, I'm thinking that his entry in the
COPYRIGHT file should be altered.A patch to this effect is attached.
Cheers,
John
----- Forwarded message from Bleeter Yaluser
<gaim-devel@six-by-nine.com.au>
+-----
From: Bleeter Yaluser <gaim-devel@six-by-nine.com.au>
Cc: gaim-devel@lists.sourceforge.net
Subject: Re: [Gaim-devel] YIM6 Non-existant buddy icon workaround patch
Date: Fri, 06 Aug 2004 08:33:46 +1000
.....
keeps saying 'wait for the privacy re-write' :( I suspect that's because
he doesn't want more work for himself.
Bleeter
(AKA Peter Lawler, but for tax reasons I like to keep that kinda hidden)
"--John B. Silvestri
I think John is right, for copyright purposes we need a real name.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 25 Aug 2004 11:51:08 +0000 |
| parents | fe9f4eee3dcb |
| children | 8bc7ba019e96 |
| rev | line source |
|---|---|
| 8489 | 1 EXTRA_DIST = \ |
| 2 Makefile.mingw | |
| 3 | |
| 4 pkgdir = $(libdir)/gaim | |
| 5 | |
| 6 RENDEZVOUSSOURCES = \ | |
| 7 mdns.c \ | |
| 9252 | 8 mdns.h \ |
| 8738 | 9 mdns_cache.c \ |
| 9252 | 10 mdns_cache.h \ |
| 8489 | 11 rendezvous.c |
| 12 | |
| 13 AM_CFLAGS = $(st) | |
| 14 | |
| 15 librendezvous_la_LDFLAGS = -module -avoid-version | |
| 16 | |
| 17 if STATIC_RENDEZVOUS | |
| 18 | |
| 19 st = -DGAIM_STATIC_PRPL | |
| 20 noinst_LIBRARIES = librendezvous.a | |
| 21 librendezvous_a_SOURCES = $(RENDEZVOUSSOURCES) | |
| 22 librendezvous_a_CFLAGS = $(AM_CFLAGS) | |
| 23 | |
| 24 else | |
| 25 | |
| 26 st = | |
| 27 pkg_LTLIBRARIES = librendezvous.la | |
| 28 librendezvous_la_SOURCES = $(RENDEZVOUSSOURCES) | |
| 29 | |
| 30 endif | |
| 31 | |
| 32 | |
| 33 AM_CPPFLAGS = \ | |
| 34 -I$(top_srcdir)/src \ | |
| 35 $(GLIB_CFLAGS) \ | |
| 36 $(DEBUG_CFLAGS) |
