Mercurial > pidgin
view src/protocols/sametime/Makefile.am @ 13050:fb607b2d4ff2
[gaim-migrate @ 15411]
Some fixes and documentation. I'm not sure if we were escaping everything
correctly after my changes last night, but it's definitely working
correctly now.
Selecting a saved status with a message will not show the imhtml. Instead
it'll show the title and the first part of the message directly on the
status box. That seemed like a good idea to me.
Selecting one of the 4 basic transient statuses (available, away, invisible,
offline) with no substatuses will make the status box show the primtive
and open the imhtml.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 27 Jan 2006 06:40:38 +0000 |
| parents | f9d0ab1474ac |
| children |
line wrap: on
line source
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_LIBS) AM_CFLAGS = \ $(GLIB_CFLAGS) $(MEANWHILE_CFLAGS) \ $(DEBUG_CFLAGS) \ -I$(top_srcdir)/src AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"sametime\" \ $(st)
