Mercurial > pidgin
comparison plugins/Makefile.am @ 4103:caa7701b67d1
[gaim-migrate @ 4318]
(17:19:40) Ashaman TU: I don't suppose you guys could work the idlemaker pluggin into gaim?
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Thu, 19 Dec 2002 23:05:22 +0000 |
| parents | 8cd8deb4234d |
| children | 1fb22bf10b4f |
comparison
equal
deleted
inserted
replaced
| 4102:c5ce82228a2f | 4103:caa7701b67d1 |
|---|---|
| 11 | 11 |
| 12 if PLUGINS | 12 if PLUGINS |
| 13 | 13 |
| 14 plugindir = $(libdir)/gaim | 14 plugindir = $(libdir)/gaim |
| 15 | 15 |
| 16 plugin_DATA = autorecon.so chatlist.so iconaway.so notify.so spellchk.so history.so timestamp.so | 16 plugin_DATA = autorecon.so chatlist.so iconaway.so notify.so spellchk.so history.so timestamp.so idle.c |
| 17 | 17 |
| 18 $(plugin_DATA): $(top_srcdir)/src/gaim.h | 18 $(plugin_DATA): $(top_srcdir)/src/gaim.h |
| 19 | 19 |
| 20 clean distclean: | 20 clean distclean: |
| 21 rm -rf $(plugin_DATA) .libs | 21 rm -rf $(plugin_DATA) .libs |
| 27 endif | 27 endif |
| 28 | 28 |
| 29 | 29 |
| 30 EXTRA_DIST = ChangeLog PERL-HOWTO HOWTO SIGNALS autorecon.c filectl.c iconaway.c \ | 30 EXTRA_DIST = ChangeLog PERL-HOWTO HOWTO SIGNALS autorecon.c filectl.c iconaway.c \ |
| 31 notify.c spellchk.c gaim.pl mailchk.c chatlist.c gtik.c error.c \ | 31 notify.c spellchk.c gaim.pl mailchk.c chatlist.c gtik.c error.c \ |
| 32 history.c timestamp.c fortuneprofile.pl | 32 history.c timestamp.c fortuneprofile.pl idle.c |
