view src/protocols/irc/Makefile.am @ 2341:5486d558ecee

[gaim-migrate @ 2354] Arkadiusz Miskiewicz's patches to get automake 1.5 working, and so that it doesn't build .so.0 and .so.0.0.0. i need to do this for plugins/. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 21 Sep 2001 20:47:37 +0000
parents 1a1d68e12a86
children 047256035ec6
line wrap: on
line source

EXTRA_DIST = rfc1459.txt

pkgdir = $(libdir)/gaim

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

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