Mercurial > pidgin
annotate src/protocols/jabber/Makefile.am @ 2475:ba7ee4c1908c
[gaim-migrate @ 2488]
BMiller's fixes so gg compiles on solaris
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 10 Oct 2001 20:03:17 +0000 |
| parents | 5486d558ecee |
| children | 44140dae2865 |
| 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) | |
|
2341
5486d558ecee
[gaim-migrate @ 2354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
6 libjabber_la_LDFLAGS = -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 \ | |
| 20 iasciitab.h \ | |
| 21 latin1tab.h \ | |
| 22 libxode.h \ | |
| 23 nametab.h \ | |
| 24 pool.c \ | |
| 25 sha.c \ | |
| 26 snprintf.c \ | |
| 27 socket.c \ | |
| 28 str.c \ | |
| 29 utf8tab.h \ | |
| 30 xmldef.h \ | |
| 31 xmlnode.c \ | |
| 32 xmlparse.c \ | |
| 33 xmlparse.h \ | |
| 34 xmlrole.c \ | |
| 35 xmlrole.h \ | |
| 36 xmltok.c \ | |
| 37 xmltok.h \ | |
| 38 xmltok_impl.h \ | |
| 39 xstream.c \ | |
| 40 \ | |
| 41 jabber.h \ | |
| 42 jconn.c \ | |
| 43 jid.c \ | |
| 44 jpacket.c \ | |
| 45 jutil.c \ | |
| 46 log.c \ | |
| 47 log.h \ | |
| 48 pproxy.c \ | |
| 49 rate.c \ | |
| 50 \ | |
| 51 jabber.c | |
| 52 | |
| 53 else | |
| 54 | |
| 55 st = | |
| 56 pkg_LTLIBRARIES = libjabber.la | |
| 57 noinst_LIBRARIES = | |
| 58 | |
| 59 libjabber_la_SOURCES = \ | |
| 60 asciitab.h \ | |
| 61 expat.c \ | |
| 62 genhash.c \ | |
| 63 hashtable.c \ | |
| 64 hashtable.h \ | |
| 65 iasciitab.h \ | |
| 66 latin1tab.h \ | |
| 67 libxode.h \ | |
| 68 nametab.h \ | |
| 69 pool.c \ | |
| 70 sha.c \ | |
| 71 snprintf.c \ | |
| 72 socket.c \ | |
| 73 str.c \ | |
| 74 utf8tab.h \ | |
| 75 xmldef.h \ | |
| 76 xmlnode.c \ | |
| 77 xmlparse.c \ | |
| 78 xmlparse.h \ | |
| 79 xmlrole.c \ | |
| 80 xmlrole.h \ | |
| 81 xmltok.c \ | |
| 82 xmltok.h \ | |
| 83 xmltok_impl.h \ | |
| 84 xstream.c \ | |
| 85 \ | |
| 86 jabber.h \ | |
| 87 jconn.c \ | |
| 88 jid.c \ | |
| 89 jpacket.c \ | |
| 90 jutil.c \ | |
| 91 log.c \ | |
| 92 log.h \ | |
| 93 pproxy.c \ | |
| 94 rate.c \ | |
| 95 \ | |
| 96 jabber.c | |
| 97 | |
| 98 endif |
