Mercurial > pidgin
annotate src/protocols/irc/Makefile.am @ 2393:a7ecfd3f7714
[gaim-migrate @ 2406]
Arkadiusz Miskiewicz\'s Gadu-Gadu plugin. I was able to figure out enough polish to be able to download Gadu-Gadu, create an account, and test the plugin. Imagine my shock when I got my info and it said I was a woman. Whoops.
Also splitting plugins.c so that non-gtk stuff is in modules.c. gaim-core is almost ready for protocol implantaion.
Also fixing an IRC bug.
Also patiently waiting for anoncvs_gaim's lock in /cvsroot/gaim/gaim/pixmaps
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 29 Sep 2001 23:06:30 +0000 |
| parents | 5486d558ecee |
| children | 047256035ec6 |
| rev | line source |
|---|---|
|
2287
1a1d68e12a86
[gaim-migrate @ 2297]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1 EXTRA_DIST = rfc1459.txt |
|
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) | |
|
2341
5486d558ecee
[gaim-migrate @ 2354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2287
diff
changeset
|
6 libirc_la_LDFLAGS = -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 | |
| 16 else | |
| 17 | |
| 18 st = | |
| 19 pkg_LTLIBRARIES = libirc.la | |
| 20 noinst_LIBRARIES = | |
| 21 | |
| 22 libirc_la_SOURCES = irc.c | |
| 23 | |
| 24 endif |
