comparison libpurple/protocols/yahoo/Makefile.am @ 27519:35cb9aa9eb2f

zac from the Adium team noticed that the static prpl foo for yahoo was no longer working after my changes to split the prpl. It traced back to lack of magic in configure.ac and a typo in yahoo's Makefile.am. This corrects those problems.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 13 Jul 2009 02:13:51 +0000
parents 31534ae3406a
children
comparison
equal deleted inserted replaced
27518:1b92b9b51e2a 27519:35cb9aa9eb2f
31 libyahoojp_la_LDFLAGS = -module -avoid-version 31 libyahoojp_la_LDFLAGS = -module -avoid-version
32 32
33 if STATIC_YAHOO 33 if STATIC_YAHOO
34 34
35 st = -DPURPLE_STATIC_PRPL 35 st = -DPURPLE_STATIC_PRPL
36 noinst_LTLIBRARIES = libyahoo.la 36 noinst_LTLIBRARIES = libymsg.la
37 libymsg_la_SOURCES = $(YAHOOSOURCES) libyahoo.c libyahoojp.c 37 libymsg_la_SOURCES = $(YAHOOSOURCES) libyahoo.c libyahoojp.c
38 libymsg_la_CFLAGS = $(AM_CFLAGS) 38 libymsg_la_CFLAGS = $(AM_CFLAGS)
39 39
40 else 40 else
41 41