view src/protocols/toc/Makefile.am @ 4077:042a1efb892a

[gaim-migrate @ 4292] This was suggested by Ben Frantz Dale. I've changed the screenname colors to the red and blue in the official GNOME2 pallete. I don't know if I like it, but it probably makes more sense to use those colors. Besides, I'm colorblind so my opinion doesn't have much of a say. IM me with what you think of it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 15 Dec 2002 08:11:50 +0000
parents 5df423e0bca8
children 59751fe608c5
line wrap: on
line source

EXTRA_DIST = PROTOCOL

pkgdir = $(libdir)/gaim

CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
libtoc_la_LDFLAGS = -module -avoid-version

if STATIC_TOC

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libtoc.a

libtoc_a_SOURCES = toc.c

libtoc_a_CFLAGS = $(AM_CFLAGS)

else

st =
pkg_LTLIBRARIES = libtoc.la
noinst_LIBRARIES =

libtoc_la_SOURCES = toc.c

endif