Mercurial > pidgin.yaz
view src/protocols/yahoo/Makefile.am @ 6841:f76e26a0e6a9
[gaim-migrate @ 7386]
fix offline contacts
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 14 Sep 2003 21:32:17 +0000 |
parents | 7b878ee8f064 |
children | eb3356588ef5 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim YAHOOSOURCES = \ crypt.c \ md5.h \ yahoo.h \ yahoochat.h \ yahoo.c \ yahoochat.c \ util.c AM_CFLAGS = $(st) libyahoo_la_LDFLAGS = -module -avoid-version if STATIC_YAHOO st = -DSTATIC noinst_LIBRARIES = libyahoo.a libyahoo_a_SOURCES = $(YAHOOSOURCES) libyahoo_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libyahoo.la libyahoo_la_SOURCES = $(YAHOOSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GTK_CFLAGS) \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)