view src/protocols/toc/Makefile.am @ 2189:dca8e00d7de0

[gaim-migrate @ 2199] I've decided I like Russ Dill's file transfer stuff and will have that go into gaim when i get around to it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 29 Aug 2001 20:58:08 +0000
parents 424a40f12a6c
children 1a1d68e12a86
line wrap: on
line source

pkgdir = $(libdir)/gaim

CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)

if STATIC_TOC

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libtoc.a

libtoc_a_SOURCES = toc.c

else

st =
pkg_LTLIBRARIES = libtoc.la
noinst_LIBRARIES =

libtoc_la_SOURCES = toc.c

endif