comparison 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
comparison
equal deleted inserted replaced
6332:392f771bbeb3 6333:e06e04e44914
1 EXTRA_DIST = \ 1 EXTRA_DIST = PROTOCOL Makefile.mingw
2 PROTOCOL \
3 Makefile.mingw
4 2
5 pkgdir = $(libdir)/gaim 3 pkgdir = $(libdir)/gaim
6 4
7 IRCSOURCES = irc.c 5 IRCSOURCES = irc.c parse.c cmds.c msgs.c irc.h
8 6
9 AM_CFLAGS = $(st) 7 AM_CFLAGS = $(st)
10 8
11 libirc_la_LDFLAGS = -module -avoid-version 9 libirc_la_LDFLAGS = -module -avoid-version
12 10