Mercurial > pidgin.yaz
view src/protocols/sametime/Makefile.am @ 12263:8190a70d2c34
[gaim-migrate @ 14565]
removed GMP dependancy for sametime support. fixed some buddy status issues
as noted in bug #1368136. sametime seems to be working just fine now, and I'm
trying to use HEAD as my primary client for a while to get things going.
committer: Tailor Script <tailor@pidgin.im>
author | Christopher O'Brien <siege@pidgin.im> |
---|---|
date | Tue, 29 Nov 2005 23:37:05 +0000 |
parents | f8cd06753755 |
children | f9d0ab1474ac |
line wrap: on
line source
SUBDIRS = meanwhile EXTRA_DIST = Makefile.mingw pkgdir = $(libdir)/gaim noinst_HEADERS = sametime.h SAMETIMESOURCES = sametime.c if STATIC_SAMETIME st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = libsametime.a libsametime_a_SOURCES = $(SAMETIMESOURCES) libsametime_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libsametime.la libsametime_la_SOURCES = $(SAMETIMESOURCES) endif libsametime_la_LDFLAGS = -module -avoid-version -no-undefined libsametime_la_LIBADD = $(GLIB_LIBS) meanwhile/libmeanwhile.la AM_CFLAGS = \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/protocols/sametime/meanwhile AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"meanwhile\" \ $(st)