view src/protocols/toc/Makefile.am @ 2126:b935eca131be

[gaim-migrate @ 2136] i've only tested this on two icons that didn't need scaling but they both worked. I figure if anyone has any problems they'll at least submit a bug report. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 06 Aug 2001 18:22:59 +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