Mercurial > pidgin
view libpurple/protocols/myspace/Makefile.am @ 23630:46cc31494ff4
Undid the addition of 2 OscarCapability items I added previously, keeping the commented-out notes in family_locate. We can't let the OscarCapability bitmask get as large as 0x04000000, because if it exceeds the platforms MAX_UINT we'll end up in an infinite loop in oscar_caps_to_string() due to overflow.
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Fri, 01 Aug 2008 07:04:25 +0000 |
parents | 8f3f166e0a39 |
children | 60f5abc6cf0c 2b62300d2c19 |
line wrap: on
line source
EXTRA_DIST = Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) MSIMSOURCES = markup.c \ markup.h \ message.c \ message.h \ myspace.c \ myspace.h \ persist.h \ session.c \ session.h \ user.c \ user.h \ zap.c \ zap.h AM_CFLAGS = $(st) libmyspace_la_LDFLAGS = -module -avoid-version if STATIC_MYSPACE st = -DPURPLE_STATIC_PRPL noinst_LIBRARIES = libmyspace.a libmyspace_a_SOURCES = $(MSIMSOURCES) libmyspace_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libmyspace.la libmyspace_la_SOURCES = $(MSIMSOURCES) libmyspace_la_LIBADD = $(GLIB_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)