comparison finch/plugins/Makefile.am @ 15884:c6e563dfaa7a

More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 24 Mar 2007 17:51:05 +0000
parents 0e3a8505ebbe
children 886025ef7daa
comparison
equal deleted inserted replaced
15883:bfa907029bfc 15884:c6e563dfaa7a
7 plugin_LTLIBRARIES = \ 7 plugin_LTLIBRARIES = \
8 gntgf.la \ 8 gntgf.la \
9 gnthistory.la \ 9 gnthistory.la \
10 gntlastlog.la 10 gntlastlog.la
11 11
12 plugindir = $(libdir)/gaim 12 plugindir = $(libdir)/finch
13 13
14 gntgf_la_SOURCES = gntgf.c 14 gntgf_la_SOURCES = gntgf.c
15 gnthistory_la_SOURCES = gnthistory.c 15 gnthistory_la_SOURCES = gnthistory.c
16 gntlastlog_la_SOURCES = lastlog.c 16 gntlastlog_la_SOURCES = lastlog.c
17 17