comparison 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
comparison
equal deleted inserted replaced
210:ec0686b3b03f 211:2042a38da38b
7 LDFLAGS += -ggdb $(GTK_LIBS) -shared 7 LDFLAGS += -ggdb $(GTK_LIBS) -shared
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 clean:
13 $(RM) $(plugin_DATA)
12 EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c chkmail.c filectl.c gaiminc.c \ 14 EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c chkmail.c filectl.c gaiminc.c \
13 iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c 15 iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c