Mercurial > pidgin
annotate src/protocols/irc/Makefile.am @ 3802:9bcb42faccc0
[gaim-migrate @ 3945]
Rewrote show_im_dialog and show_info_dialog.
Ported to gtkspell2. Gtkspell2 is a library available from
gtkspell.sf.net. It requires the pspell library. If you want the
"highlight misspelled words" feature to work, you must have this
library installed. If installed, configure will detect it and link
against it.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 26 Oct 2002 06:41:13 +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 |
