Mercurial > pidgin
view src/protocols/toc/Makefile.am @ 10056:b566449d45f8
[gaim-migrate @ 11021]
(20:49:44) nosnilmot: ok, I have a patch that makes setting exclusive
(non-independant) statuses WORK
(20:59:01) LSchiere: commit message for eclusive status?
(20:59:18) nosnilmot: "what was audiokat thinking?"
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Tue, 21 Sep 2004 00:58:41 +0000 |
| parents | 6b1ecf40f3ba |
| children |
line wrap: on
line source
EXTRA_DIST = \ PROTOCOL \ Makefile.mingw pkgdir = $(libdir)/gaim TOCSOURCES = toc.c AM_CFLAGS = $(st) libtoc_la_LDFLAGS = -module -avoid-version if STATIC_TOC st = -DGAIM_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)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)
