view src/protocols/toc/Makefile.am @ 2651:f84dcbcfba4b

[gaim-migrate @ 2664] you can't rely on == returning 0 or 1. it will vary depending on compiler and architecture and a number of other things. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Nov 2001 07:54:48 +0000
parents 5486d558ecee
children 44140dae2865
line wrap: on
line source

EXTRA_DIST = PROTOCOL

pkgdir = $(libdir)/gaim

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

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