view src/protocols/irc/Makefile.am @ 2338:2bf8a8131479

[gaim-migrate @ 2351] i think that the <BR>'s were getting improperly drawn at times, so it should be fixed now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 21 Sep 2001 01:58:44 +0000
parents 1a1d68e12a86
children 5486d558ecee
line wrap: on
line source

EXTRA_DIST = rfc1459.txt

pkgdir = $(libdir)/gaim

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

if STATIC_IRC

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libirc.a

libirc_a_SOURCES = irc.c

else

st =
pkg_LTLIBRARIES = libirc.la
noinst_LIBRARIES =

libirc_la_SOURCES = irc.c

endif