view src/protocols/irc/Makefile.am @ 2251:a38cdeba8d74

[gaim-migrate @ 2261] Changed the size of the help dialog. I'd really like to come up with a better way of doing this. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 09 Sep 2001 23:08:54 +0000
parents 424a40f12a6c
children 1a1d68e12a86
line wrap: on
line source

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