Mercurial > pidgin
view 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 |
line wrap: on
line source
pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) LIBS = @LIBS@ -lcrypt libyahoo_la_LDFLAGS = -avoid-version if STATIC_YAHOO st = -DSTATIC pkg_LTLIBRARIES = noinst_LIBRARIES = libyahoo.a libyahoo_a_SOURCES = yahoo.c else st = pkg_LTLIBRARIES = libyahoo.la noinst_LIBRARIES = libyahoo_la_SOURCES = yahoo.c endif
