Mercurial > pidgin
annotate src/protocols/jabber/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 | 5df423e0bca8 |
| children | 59751fe608c5 |
| rev | line source |
|---|---|
| 2086 | 1 EXTRA_DIST = xmltok_impl.c xmltok_ns.c |
| 2 | |
| 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 libjabber_la_LDFLAGS = -module -avoid-version |
| 2086 | 7 |
| 8 if STATIC_JABBER | |
| 9 | |
| 10 st = -DSTATIC | |
| 11 pkg_LTLIBRARIES = | |
| 12 noinst_LIBRARIES = libjabber.a | |
| 13 | |
| 14 libjabber_a_SOURCES = \ | |
| 15 asciitab.h \ | |
| 16 expat.c \ | |
| 17 genhash.c \ | |
| 18 hashtable.c \ | |
| 19 hashtable.h \ | |
| 3127 | 20 karma.c \ |
| 2086 | 21 iasciitab.h \ |
| 22 latin1tab.h \ | |
| 3127 | 23 lib.h \ |
| 2086 | 24 libxode.h \ |
| 25 nametab.h \ | |
| 26 pool.c \ | |
| 27 sha.c \ | |
| 28 snprintf.c \ | |
| 29 socket.c \ | |
| 30 str.c \ | |
| 31 utf8tab.h \ | |
| 3127 | 32 xhash.c \ |
| 2086 | 33 xmldef.h \ |
| 34 xmlnode.c \ | |
| 35 xmlparse.c \ | |
| 36 xmlparse.h \ | |
| 37 xmlrole.c \ | |
| 38 xmlrole.h \ | |
| 39 xmltok.c \ | |
| 40 xmltok.h \ | |
| 41 xmltok_impl.h \ | |
| 42 xstream.c \ | |
| 43 \ | |
| 44 jabber.h \ | |
| 45 jconn.c \ | |
| 46 jid.c \ | |
| 47 jpacket.c \ | |
| 48 jutil.c \ | |
| 49 log.c \ | |
| 50 log.h \ | |
| 51 pproxy.c \ | |
| 52 rate.c \ | |
| 53 \ | |
| 54 jabber.c | |
| 55 | |
|
3411
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
3127
diff
changeset
|
56 libjabber_a_CFLAGS = $(AM_CFLAGS) |
|
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
3127
diff
changeset
|
57 |
| 2086 | 58 else |
| 59 | |
| 60 st = | |
| 61 pkg_LTLIBRARIES = libjabber.la | |
| 62 noinst_LIBRARIES = | |
| 63 | |
| 64 libjabber_la_SOURCES = \ | |
| 65 asciitab.h \ | |
| 66 expat.c \ | |
| 67 genhash.c \ | |
| 68 hashtable.c \ | |
| 69 hashtable.h \ | |
| 70 iasciitab.h \ | |
| 3127 | 71 karma.c \ |
| 2086 | 72 latin1tab.h \ |
| 3127 | 73 lib.h \ |
| 2086 | 74 libxode.h \ |
| 75 nametab.h \ | |
| 76 pool.c \ | |
| 77 sha.c \ | |
| 78 snprintf.c \ | |
| 79 socket.c \ | |
| 80 str.c \ | |
| 81 utf8tab.h \ | |
| 3127 | 82 xhash.c \ |
| 2086 | 83 xmldef.h \ |
| 84 xmlnode.c \ | |
| 85 xmlparse.c \ | |
| 86 xmlparse.h \ | |
| 87 xmlrole.c \ | |
| 88 xmlrole.h \ | |
| 89 xmltok.c \ | |
| 90 xmltok.h \ | |
| 91 xmltok_impl.h \ | |
| 92 xstream.c \ | |
| 93 \ | |
| 94 jabber.h \ | |
| 95 jconn.c \ | |
| 96 jid.c \ | |
| 97 jpacket.c \ | |
| 98 jutil.c \ | |
| 99 log.c \ | |
| 100 log.h \ | |
| 101 pproxy.c \ | |
| 102 rate.c \ | |
| 103 \ | |
| 104 jabber.c | |
| 105 | |
| 106 endif |
