Mercurial > pidgin
view libpurple/protocols/simple/Makefile.am @ 27904:e4b0bf56667f
Explicitly add a stub for the status mood myspace messages. Closes #9887.
Patch from Justin Williams (although Mark's change also fixed it so
that these messages won't pop-up as IMs).
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 13 Aug 2009 15:55:19 +0000 |
parents | e33a91b8b8f6 |
children | 88f2822da22b |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) SIMPLESOURCES = \ simple.c \ simple.h \ sipmsg.c \ sipmsg.h AM_CFLAGS = $(st) libsimple_la_LDFLAGS = -module -avoid-version if STATIC_MSN st = -DPURPLE_STATIC_PRPL noinst_LTLIBRARIES = libsimple.la libsimple_la_SOURCES = $(SIMPLESOURCES) libsimple_la_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libsimple.la libsimple_la_SOURCES = $(SIMPLESOURCES) libsimple_la_LIBADD = $(GLIB_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)