Mercurial > pidgin
annotate src/protocols/oscar/Makefile.am @ 4001:9178da61c19f
[gaim-migrate @ 4201]
fix bug where logging in to yahoo causes a blank new mail notification (thanks ZuperDee and faceprint)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Tue, 26 Nov 2002 14:13:11 +0000 |
| parents | 07283934dedd |
| children | 422512cf6488 |
| rev | line source |
|---|---|
|
2373
84a5ea08545a
[gaim-migrate @ 2386]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2366
diff
changeset
|
1 EXTRA_DIST = aim.h aim_cbtypes.h aim_internal.h faimconfig.h md5.h README \ |
| 2086 | 2 CHANGES COPYING BUGS AUTHORS |
| 3 | |
| 4 pkgdir = $(libdir)/gaim | |
| 5 | |
| 6 CFLAGS += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
|
2894
44140dae2865
[gaim-migrate @ 2907]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2849
diff
changeset
|
7 liboscar_la_LDFLAGS = -module -avoid-version |
| 2086 | 8 |
| 9 if STATIC_OSCAR | |
| 10 | |
| 11 st = -DSTATIC | |
| 12 pkg_LTLIBRARIES = | |
| 13 noinst_LIBRARIES = liboscar.a | |
| 14 | |
| 15 liboscar_a_SOURCES = admin.c \ | |
| 16 adverts.c \ | |
| 17 auth.c \ | |
| 18 bos.c \ | |
| 3952 | 19 bstream.c \ |
| 2086 | 20 buddylist.c \ |
| 21 chat.c \ | |
| 22 chatnav.c \ | |
| 23 conn.c \ | |
| 3694 | 24 email.c \ |
| 2086 | 25 ft.c \ |
|
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2672
diff
changeset
|
26 icq.c \ |
| 2086 | 27 im.c \ |
| 28 info.c \ | |
| 2672 | 29 invite.c \ |
| 2086 | 30 meta.c \ |
| 31 misc.c \ | |
| 32 msgcookie.c \ | |
| 3952 | 33 newsearch.c \ |
| 2672 | 34 popups.c \ |
| 2086 | 35 rxhandlers.c \ |
| 36 rxqueue.c \ | |
| 37 search.c \ | |
|
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2672
diff
changeset
|
38 service.c \ |
| 2086 | 39 snac.c \ |
| 2672 | 40 ssi.c \ |
| 2086 | 41 stats.c \ |
| 42 tlv.c \ | |
| 2672 | 43 translate.c \ |
| 2086 | 44 txqueue.c \ |
| 45 util.c \ | |
| 46 oscar.c | |
| 47 | |
|
3411
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
48 liboscar_a_CFLAGS = $(AM_CFLAGS) |
| 2086 | 49 |
| 50 else | |
| 51 | |
| 52 st = | |
| 53 pkg_LTLIBRARIES = liboscar.la | |
| 54 noinst_LIBRARIES = | |
| 55 | |
| 56 liboscar_la_SOURCES = admin.c \ | |
| 57 adverts.c \ | |
| 58 auth.c \ | |
| 59 bos.c \ | |
| 3952 | 60 bstream.c \ |
| 2086 | 61 buddylist.c \ |
| 62 chat.c \ | |
| 63 chatnav.c \ | |
| 64 conn.c \ | |
| 3694 | 65 email.c \ |
| 2086 | 66 ft.c \ |
|
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2672
diff
changeset
|
67 icq.c \ |
| 2086 | 68 im.c \ |
| 69 info.c \ | |
| 2672 | 70 invite.c \ |
| 2086 | 71 meta.c \ |
| 72 misc.c \ | |
| 73 msgcookie.c \ | |
| 3952 | 74 newsearch.c \ |
| 2672 | 75 popups.c \ |
| 2086 | 76 rxhandlers.c \ |
| 77 rxqueue.c \ | |
| 78 search.c \ | |
|
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2672
diff
changeset
|
79 service.c \ |
| 2086 | 80 snac.c \ |
| 2672 | 81 ssi.c \ |
| 2086 | 82 stats.c \ |
| 83 tlv.c \ | |
| 2672 | 84 translate.c \ |
| 2086 | 85 txqueue.c \ |
| 86 util.c \ | |
| 87 oscar.c | |
| 88 | |
| 89 endif |
