Mercurial > pidgin
view src/protocols/yahoo/Makefile.am @ 2767:e5e78d42e49e
[gaim-migrate @ 2780]
hi.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 19 Nov 2001 15:25:36 +0000 |
| parents | b7455c506979 |
| children | 536bb833fdeb |
line wrap: on
line source
pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) LIBS = @LIBS@ $(CRYPT_LIBS) 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
