Mercurial > pidgin
view libpurple/protocols/null/Makefile.am @ 21706:bc4afc8ea960
Do not reset the color if there's something already specified. This should
make it possible to have multicolored text in the conversation log. I am
really bad with colors. So I'll leave it to someone else, if any, to decide
the colors for different types of messages.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sat, 01 Dec 2007 05:46:49 +0000 |
| parents | afee8b840d91 |
| children | 2b62300d2c19 |
line wrap: on
line source
EXTRA_DIST = README Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) NULLSOURCES = nullprpl.c AM_CFLAGS = $(st) libnull_la_LDFLAGS = -module -avoid-version # nullprpl isn't built by default. when it is built, it's dynamically linked. st = pkg_LTLIBRARIES = libnull.la libnull_la_SOURCES = $(NULLSOURCES) libnull_la_LIBADD = $(GLIB_LIBS) AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)
