Mercurial > pidgin.yaz
view libpurple/protocols/toc/Makefile.am @ 17277:da6e87c14cea
Un-break the API so the next release doesn't have to be 3.0.0 :)
Removal of the debug timestamp preference caused Bad Things(tm) to happen
when I accidentally tried running Pidgin 2.0.0 with libpurple 2.0.1.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 24 May 2007 11:38:43 +0000 |
parents | 441945083737 |
children | 2b62300d2c19 |
line wrap: on
line source
EXTRA_DIST = \ PROTOCOL \ Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) 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 \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)