Mercurial > pidgin
annotate src/protocols/yahoo/Makefile.am @ 2625:d8d2df2bdf01
[gaim-migrate @ 2638]
runny nose and runny yolk, even if you have a cold still you can cough on my again, i still haven't had my full fill
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 27 Oct 2001 00:12:14 +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 |
