Mercurial > pidgin.yaz
view src/protocols/yahoo/Makefile.am @ 7002:57ea8be4ff4a
[gaim-migrate @ 7558]
All this GtkSpell talk is making me hungry. I mean, making me remember I
wanted this.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 29 Sep 2003 00:11:05 +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)