Mercurial > pidgin
annotate src/protocols/yahoo/Makefile.am @ 2703:441b84ab7f4e
[gaim-migrate @ 2716]
it's not what you think
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 10 Nov 2001 01:48:17 +0000 |
| parents | 7b21c5446baf |
| children | b7455c506979 |
| rev | line source |
|---|---|
| 2086 | 1 pkgdir = $(libdir)/gaim |
| 2 | |
| 3 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
|
2684
dc2e06d14468
[gaim-migrate @ 2697]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2681
diff
changeset
|
4 LIBS = @LIBS@ -lcrypt |
|
2341
5486d558ecee
[gaim-migrate @ 2354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
5 libyahoo_la_LDFLAGS = -avoid-version |
| 2086 | 6 |
| 7 if STATIC_YAHOO | |
| 8 | |
| 9 st = -DSTATIC | |
| 10 pkg_LTLIBRARIES = | |
| 11 noinst_LIBRARIES = libyahoo.a | |
| 12 | |
|
2681
37d80035e77f
[gaim-migrate @ 2694]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2341
diff
changeset
|
13 libyahoo_a_SOURCES = yahoo.c |
| 2086 | 14 |
| 15 else | |
| 16 | |
| 17 st = | |
| 18 pkg_LTLIBRARIES = libyahoo.la | |
| 19 noinst_LIBRARIES = | |
| 20 | |
|
2681
37d80035e77f
[gaim-migrate @ 2694]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2341
diff
changeset
|
21 libyahoo_la_SOURCES = yahoo.c |
| 2086 | 22 |
| 23 endif |
