Mercurial > pidgin
annotate src/protocols/jabber/Makefile.am @ 7326:00a9ab26d607
[gaim-migrate @ 7912]
Added an option to remove the formatting toolbar, both globally and on a
per-window basis. Patch by Nathan Fredrickson.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 25 Oct 2003 00:03:13 +0000 |
| parents | 79e33c8ecf16 |
| children | b250288fa948 |
| rev | line source |
|---|---|
|
7231
79e33c8ecf16
[gaim-migrate @ 7803]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7170
diff
changeset
|
1 EXTRA_DIST = \ |
|
79e33c8ecf16
[gaim-migrate @ 7803]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7170
diff
changeset
|
2 Makefile.mingw \ |
|
79e33c8ecf16
[gaim-migrate @ 7803]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7170
diff
changeset
|
3 win32/posix.uname.c \ |
|
79e33c8ecf16
[gaim-migrate @ 7803]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7170
diff
changeset
|
4 win32/utsname.h |
| 2086 | 5 |
| 6 pkgdir = $(libdir)/gaim | |
| 7 | |
| 7014 | 8 JABBERSOURCES = auth.c \ |
| 9 auth.h \ | |
| 10 buddy.c \ | |
| 11 buddy.h \ | |
| 12 chat.c \ | |
| 13 chat.h \ | |
| 14 iq.c \ | |
| 15 iq.h \ | |
| 16 jabber.c \ | |
| 17 jabber.h \ | |
| 18 jutil.c \ | |
| 19 jutil.h \ | |
| 20 message.c \ | |
| 21 message.h \ | |
| 7170 | 22 oob.c \ |
| 23 oob.h \ | |
| 7014 | 24 parser.c \ |
| 25 parser.h \ | |
| 26 presence.c \ | |
| 27 presence.h \ | |
| 28 roster.c \ | |
| 7131 | 29 roster.h |
| 2086 | 30 |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
31 AM_CFLAGS = $(st) |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
32 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
33 libjabber_la_LDFLAGS = -module -avoid-version |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
34 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
35 if STATIC_JABBER |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
36 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
37 st = -DSTATIC |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
38 noinst_LIBRARIES = libjabber.a |
| 7014 | 39 pkg_LTLIBRARIES = |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
40 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
41 libjabber_a_SOURCES = $(JABBERSOURCES) |
| 7014 | 42 libjabber_a_CFLAGS = $(AM_CFLAGS) |
|
3411
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
3127
diff
changeset
|
43 |
| 2086 | 44 else |
| 45 | |
| 46 st = | |
| 47 pkg_LTLIBRARIES = libjabber.la | |
| 7014 | 48 noinst_LIBRARIES = |
| 2086 | 49 |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
50 libjabber_la_SOURCES = $(JABBERSOURCES) |
| 2086 | 51 |
| 52 endif | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
53 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
54 AM_CPPFLAGS = \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
55 -I$(top_srcdir)/src \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
56 $(DEBUG_CFLAGS) \ |
|
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6360
diff
changeset
|
57 $(GLIB_CFLAGS) |
