Mercurial > pidgin
annotate src/protocols/irc/Makefile.am @ 3833:5ae43f0eeba3
[gaim-migrate @ 3982]
modified the todo to reflect faceprint's verification that the option to not
send typing notification works for yahoo as well.
adding in a .todo file for devtodo. the TODO file is still the official
todo, in part because i'm the only one using devtodo as yet and in part
because there's far more in TODO than in .todo as yet.
with .todo, i'm thinking that the discussion section will be a single item
with children, i don't see how else to do it.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 30 Oct 2002 16:56:25 +0000 |
| parents | 5df423e0bca8 |
| children | 59751fe608c5 |
| rev | line source |
|---|---|
|
2618
047256035ec6
[gaim-migrate @ 2631]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2341
diff
changeset
|
1 EXTRA_DIST = PROTOCOL |
|
2287
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:
2618
diff
changeset
|
6 libirc_la_LDFLAGS = -module -avoid-version |
| 2086 | 7 |
| 8 if STATIC_IRC | |
| 9 | |
| 10 st = -DSTATIC | |
| 11 pkg_LTLIBRARIES = | |
| 12 noinst_LIBRARIES = libirc.a | |
| 13 | |
| 14 libirc_a_SOURCES = irc.c | |
| 15 | |
|
3411
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
16 libirc_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 = libirc.la | |
| 22 noinst_LIBRARIES = | |
| 23 | |
| 24 libirc_la_SOURCES = irc.c | |
| 25 | |
| 26 endif |
