Mercurial > pidgin
comparison plugins/Makefile.am @ 193:6af9b88e4f90
[gaim-migrate @ 203]
Added a plugin to mimic the Lag-O-Meter. Configurable, loadable whenever,
does the right thing (tm), etc. Maybe one of these days the Lag-O-Meter will
be removed from being statically in gaim. Maybe.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 28 Apr 2000 22:42:20 +0000 |
parents | 948100a8cb23 |
children | 2042a38da38b |
comparison
equal
deleted
inserted
replaced
192:e9ca9146ebf1 | 193:6af9b88e4f90 |
---|---|
8 .c.so: | 8 .c.so: |
9 $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) | 9 $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) |
10 plugin_DATA = autorecon.so iconaway.so spellchk.so | 10 plugin_DATA = autorecon.so iconaway.so spellchk.so |
11 plugindir = $(libdir)/gaim | 11 plugindir = $(libdir)/gaim |
12 EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c chkmail.c filectl.c gaiminc.c \ | 12 EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c chkmail.c filectl.c gaiminc.c \ |
13 iconaway.c notify.c simple.c spellchk.c toc_commands.c | 13 iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c |