Mercurial > pidgin
annotate src/protocols/irc/Makefile.am @ 2344:19ea44f74a88
[gaim-migrate @ 2357]
well, it still needs some work, but I did promise that I'd commit it tonight.
I need to make it check to make sure the file exists, and need
to make it display the current buddy icon.
I'll do this tomorrow and will commit it. If there's any errors, I'll
grab them then. I've had a couple drinks tonight, so it's very possible
that I did something dumb or extremely brilliant. ;-)
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Sat, 22 Sep 2001 07:02: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 |
