Mercurial > pidgin.yaz
annotate src/protocols/yahoo/Makefile.am @ 2639:4d6a767133e1
[gaim-migrate @ 2652]
hi.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 31 Oct 2001 09:18:11 +0000 |
parents | 5486d558ecee |
children | 37d80035e77f |
rev | line source |
---|---|
2086 | 1 EXTRA_DIST = AUTHORS |
2 | |
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:
2086
diff
changeset
|
6 libyahoo_la_LDFLAGS = -avoid-version |
2086 | 7 |
8 if STATIC_YAHOO | |
9 | |
10 st = -DSTATIC | |
11 pkg_LTLIBRARIES = | |
12 noinst_LIBRARIES = libyahoo.a | |
13 | |
14 libyahoo_a_SOURCES = \ | |
15 buddy.c conn.c internal.h login.c misc.c outgoing.c rxhandlers.c yay.c yay.h | |
16 | |
17 else | |
18 | |
19 st = | |
20 pkg_LTLIBRARIES = libyahoo.la | |
21 noinst_LIBRARIES = | |
22 | |
23 libyahoo_la_SOURCES = \ | |
24 buddy.c conn.c internal.h login.c misc.c outgoing.c rxhandlers.c yay.c yay.h | |
25 | |
26 endif |