comparison src/protocols/irc/Makefile.am @ 8351:ffa642240fc1

[gaim-migrate @ 9075] marv is incredibly patient, waiting a long time for this to go in you should all be using Jabber for file transfer anyway, but if you're still stuck in the stone age, now you can transfer files via IRC committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 27 Feb 2004 01:45:26 +0000
parents 6b1ecf40f3ba
children 2cc05a9e944d
comparison
equal deleted inserted replaced
8350:0018b8118e77 8351:ffa642240fc1
1 EXTRA_DIST = PROTOCOL Makefile.mingw 1 EXTRA_DIST = PROTOCOL Makefile.mingw
2 2
3 pkgdir = $(libdir)/gaim 3 pkgdir = $(libdir)/gaim
4 4
5 IRCSOURCES = irc.c parse.c cmds.c msgs.c irc.h 5 IRCSOURCES = irc.c parse.c cmds.c msgs.c irc.h dcc_send.c
6 6
7 AM_CFLAGS = $(st) 7 AM_CFLAGS = $(st)
8 8
9 libirc_la_LDFLAGS = -module -avoid-version 9 libirc_la_LDFLAGS = -module -avoid-version
10 10