Mercurial > pidgin
view src/protocols/yahoo/Makefile.am @ 6890:4eee806af511
[gaim-migrate @ 7436]
Checking for Dll Hell on gaim startup..
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Thu, 18 Sep 2003 22:12:36 +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)
