Mercurial > pidgin
view src/protocols/yahoo/Makefile.am @ 6634:dd0d238edf21
[gaim-migrate @ 7158]
Fixed the return type on a signal.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Tue, 26 Aug 2003 23:34:57 +0000 |
| parents | 63c449a1022f |
| children | 7b878ee8f064 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim YAHOOSOURCES = \ crypt.c \ md5.h \ yahoo.h \ yahoo.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)
