Mercurial > pidgin
comparison plugins/Makefile.am @ 2241:a0ee02e861b9
[gaim-migrate @ 2251]
bah. i can't believe i did this.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 08 Sep 2001 08:05:00 +0000 |
parents | 424a40f12a6c |
children | f74eefb55a78 |
comparison
equal
deleted
inserted
replaced
2240:c26f64d6b0e4 | 2241:a0ee02e861b9 |
---|---|
13 | 13 |
14 if PLUGINS | 14 if PLUGINS |
15 | 15 |
16 plugindir = $(libdir)/gaim | 16 plugindir = $(libdir)/gaim |
17 | 17 |
18 plugin_DATA = autorecon.so iconaway.so lagmeter.so notify.so spellchk.so | 18 plugin_DATA = autorecon.so chatlist.so iconaway.so lagmeter.so notify.so spellchk.so |
19 | 19 |
20 $(plugin_DATA): $(top_srcdir)/src/gaim.h | 20 $(plugin_DATA): $(top_srcdir)/src/gaim.h |
21 | 21 |
22 clean distclean: | 22 clean distclean: |
23 $(RM) $(plugin_DATA) | 23 $(RM) $(plugin_DATA) |
29 endif | 29 endif |
30 | 30 |
31 | 31 |
32 EXTRA_DIST = ChangeLog PERL-HOWTO CRAZY HOWTO SIGNALS autorecon.c error.c filectl.c \ | 32 EXTRA_DIST = ChangeLog PERL-HOWTO CRAZY HOWTO SIGNALS autorecon.c error.c filectl.c \ |
33 gaiminc.c iconaway.c lagmeter.c notify.c simple.c spellchk.c \ | 33 gaiminc.c iconaway.c lagmeter.c notify.c simple.c spellchk.c \ |
34 toc_commands.c events.c gaim.pl mailchk.c | 34 toc_commands.c events.c gaim.pl mailchk.c chatlist.c |