Mercurial > pidgin.yaz
view libpurple/protocols/toc/Makefile.am @ 16342:b1c1b2319616
When initializing, the debug system is initialized before the prefs system, but
debug calls will end up calling prefs functions, so we need to deal with that
situation cleanly. I noticed this when using the debug functions in the core
migration code.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 23 Apr 2007 16:59:37 +0000 |
parents | 7125eda8fe22 |
children | ce049678a67b |
line wrap: on
line source
EXTRA_DIST = \ PROTOCOL \ Makefile.mingw pkgdir = $(libdir)/purple TOCSOURCES = toc.c AM_CFLAGS = $(st) libtoc_la_LDFLAGS = -module -avoid-version if STATIC_TOC st = -DPURPLE_STATIC_PRPL noinst_LIBRARIES = libtoc.a libtoc_a_SOURCES = $(TOCSOURCES) libtoc_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libtoc.la libtoc_la_SOURCES = $(TOCSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)