diff src/protocols/irc/Makefile.am @ 6333:e06e04e44914

[gaim-migrate @ 6832] (20:48:32) Robot101: new IRC plugin y'all (20:48:51) Paco-Paco: The IRC Protocol Plugin that Sucks Less (TM) (20:49:18) Paco-Paco: I think that's what the prpl description field says (20:50:09) LSchiere2: :-) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 30 Jul 2003 00:50:29 +0000
parents fcc28f5dd0c8
children 2e23ccbccdec
line wrap: on
line diff
--- a/src/protocols/irc/Makefile.am	Tue Jul 29 13:45:49 2003 +0000
+++ b/src/protocols/irc/Makefile.am	Wed Jul 30 00:50:29 2003 +0000
@@ -1,10 +1,8 @@
-EXTRA_DIST = \
-		PROTOCOL \
-		Makefile.mingw
+EXTRA_DIST = PROTOCOL Makefile.mingw
 
 pkgdir = $(libdir)/gaim
 
-IRCSOURCES = irc.c
+IRCSOURCES = irc.c parse.c cmds.c msgs.c irc.h
 
 AM_CFLAGS = $(st)