Mercurial > pidgin.yaz
diff plugins/Makefile.am @ 211:2042a38da38b
[gaim-migrate @ 221]
Changed plugins/Makefile.am so that 'make clean' removes built plugins.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 03 May 2000 00:34:30 +0000 |
| parents | 6af9b88e4f90 |
| children | d25b1484011b |
line wrap: on
line diff
--- a/plugins/Makefile.am Mon May 01 19:39:00 2000 +0000 +++ b/plugins/Makefile.am Wed May 03 00:34:30 2000 +0000 @@ -9,5 +9,7 @@ $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) plugin_DATA = autorecon.so iconaway.so spellchk.so plugindir = $(libdir)/gaim +clean: + $(RM) $(plugin_DATA) EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c chkmail.c filectl.c gaiminc.c \ iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c
