src/protocols/irc/Makefile.am

Tue, 07 Jan 2003 17:44:34 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Tue, 07 Jan 2003 17:44:34 +0000
changeset 4227
5f98b16ed21c
parent 4202
8b92de3b1c07
child 6198
8be5d3e84233
permissions
-rw-r--r--

[gaim-migrate @ 4471]
This is a patch from Nathan Walp that adds a
"char server_alias[BUDDY_ALIAS_MAXLEN]" to struct buddy, and a preference
option to show the server alias instead of the alias set by you. It
shouldn't cause any problems. But then again, faceprint is a crazy patch
writer, with an emphasis on crazy, if you know what I mean. Huh? Get it?
"Crazy"? I kill me. But right after I kill Time Warner.

committer: Mark Doliner <markdoliner@pidgin.im>

EXTRA_DIST = PROTOCOL

pkgdir = $(libdir)/gaim

IRCSOURCES = irc.c

AM_CFLAGS = $(st)

libirc_la_LDFLAGS = -module -avoid-version

if STATIC_IRC

st = -DSTATIC
noinst_LIBRARIES = libirc.a
pkg_LTLIBRARIES =

libirc_a_SOURCES = $(IRCSOURCES)
libirc_a_CFLAGS  = $(AM_CFLAGS)

else

st =
pkg_LTLIBRARIES = libirc.la
noinst_LIBRARIES =

libirc_la_SOURCES = $(IRCSOURCES)

endif

AM_CPPFLAGS = \
	-I$(top_srcdir)/src \
	$(DEBUG_CFLAGS)

mercurial