Mercurial > pidgin
annotate src/protocols/toc/Makefile.am @ 4167:7002b6f16bdf
[gaim-migrate @ 4396]
(00:14:20) Robot101: if anyone with CVS would like to choose between the
docklet eating messages if you ask it to queue them, or an occasional crash
when returning from away with queued messages, I have a patch to revert ari's
'fix' at http://people.debian.org/~robot101/silly-ari.diff
(00:15:05) Robot101: Sean and I agreed that keeping the queued messages in a
GSList is better, so if ari could seperate the gtk2ification and the
fixing of the crash, without breaking the generic queueing stuff, that'd be
peachy
(00:15:22) Robot101: in the meantime, the docklet saying it has queued messages,
and not letting you read them, is pretty damn obnoxious.
(00:16:30) LSchiere: i'll do it
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Thu, 02 Jan 2003 05:18:16 +0000 |
| parents | 5df423e0bca8 |
| children | 59751fe608c5 |
| rev | line source |
|---|---|
|
2287
1a1d68e12a86
[gaim-migrate @ 2297]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1 EXTRA_DIST = PROTOCOL |
|
1a1d68e12a86
[gaim-migrate @ 2297]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2 |
| 2086 | 3 pkgdir = $(libdir)/gaim |
| 4 | |
| 5 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
|
2894
44140dae2865
[gaim-migrate @ 2907]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2341
diff
changeset
|
6 libtoc_la_LDFLAGS = -module -avoid-version |
| 2086 | 7 |
| 8 if STATIC_TOC | |
| 9 | |
| 10 st = -DSTATIC | |
| 11 pkg_LTLIBRARIES = | |
| 12 noinst_LIBRARIES = libtoc.a | |
| 13 | |
| 14 libtoc_a_SOURCES = toc.c | |
| 15 | |
|
3411
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
16 libtoc_a_CFLAGS = $(AM_CFLAGS) |
|
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
17 |
| 2086 | 18 else |
| 19 | |
| 20 st = | |
| 21 pkg_LTLIBRARIES = libtoc.la | |
| 22 noinst_LIBRARIES = | |
| 23 | |
| 24 libtoc_la_SOURCES = toc.c | |
| 25 | |
| 26 endif |
