Mercurial > pidgin.yaz
annotate src/protocols/irc/Makefile.am @ 2531:93b50fa8f410
[gaim-migrate @ 2544]
This was kinda annoying. I was trying to sign on to my IRC account from the
first screen. Wouldn't let me. It kept bitching about my password being empty.
This should fix it.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 18 Oct 2001 00:44:43 +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 |