view src/protocols/toc/Makefile.am @ 4259:a533999c8a6c

[gaim-migrate @ 4510] When I read the letter you wrote it made me mad mad mad When I read the news that it brought me It made me sad sad sad. But I still love you so I can't let you go I love you- ooh baby I love you. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 09 Jan 2003 01:24:27 +0000
parents 59751fe608c5
children fcc28f5dd0c8
line wrap: on
line source

EXTRA_DIST = PROTOCOL

pkgdir = $(libdir)/gaim

TOCSOURCES = toc.c

AM_CFLAGS = $(st)

libtoc_la_LDFLAGS = -module -avoid-version

if STATIC_TOC

st = -DSTATIC
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 \
	$(DEBUG_CFLAGS)