Mercurial > pidgin
view src/protocols/irc/Makefile.am @ 4239:9b40fa57a8ed
[gaim-migrate @ 4487]
(21:33:07) Robot101: anyone noticed that when you sign on multiple accounts, gaim keeps on popping itself up?
(21:33:17) Robot101: it's my fault. fix: http://people.debian.org/~robot101/stop-interrupting-me-biatch.diff
(21:33:24) LSchiere: ?
(21:33:28) ***LSchiere does not follow
(21:33:38) Robot101: the blist keeps raising itself.
(21:33:49) Robot101: even after it's initial debut on the desktop
(21:33:52) Robot101: it's really annoying
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 08 Jan 2003 02:35:14 +0000 |
| parents | 59751fe608c5 |
| children | fcc28f5dd0c8 |
line wrap: on
line source
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)
