Mercurial > pidgin
view src/protocols/sametime/Makefile.am @ 12796:e8db8f94a2db
[gaim-migrate @ 15143]
(The Last) Part of SF Patch #1400162 from Sadrul
"Do not change the format when
the imhtml is not editable. Also, reset the formatting
for the whole buffer when the imhtml has whole-buffer
formatting on, or the selected text otherwise."
Plus a change from me: If no text is selected, clear the formatting on the whole buffer.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 09 Jan 2006 16:04:04 +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)
