comparison libpurple/protocols/yahoo/Makefile.am @ 27318:31534ae3406a

Moved functions around and made some no longer static. All the functions that are no longer static now have prototypes in libymsg.h. Moved the URI handling stuff to libyahoo.c since I removed the handling capability from libyahoojp.c. I still need to find out if Yahoo! JAPAN has its own URI scheme or not.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 05 Jul 2009 23:56:07 +0000
parents 16ef6a9e7acd
children 35cb9aa9eb2f
comparison
equal deleted inserted replaced
27317:1f63548d3da5 27318:31534ae3406a
27 27
28 AM_CFLAGS = $(st) 28 AM_CFLAGS = $(st)
29 29
30 libyahoo_la_LDFLAGS = -module -avoid-version 30 libyahoo_la_LDFLAGS = -module -avoid-version
31 libyahoojp_la_LDFLAGS = -module -avoid-version 31 libyahoojp_la_LDFLAGS = -module -avoid-version
32 libymsg_la_LDFLAGS = -module -avoid-version
33 32
34 if STATIC_YAHOO 33 if STATIC_YAHOO
35 34
36 st = -DPURPLE_STATIC_PRPL 35 st = -DPURPLE_STATIC_PRPL
37 noinst_LTLIBRARIES = libyahoo.la 36 noinst_LTLIBRARIES = libyahoo.la