comparison plugins/Makefile.am @ 429:ccf7fc40263f

[gaim-migrate @ 439] Sometimes I Smoke too much crack rock. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 23 Jun 2000 19:13:04 +0000
parents debb1c32def3
children e4c34ca88d9b
comparison
equal deleted inserted replaced
428:debb1c32def3 429:ccf7fc40263f
12 $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -fPIC -DPIC -o $@ $< $(LDFLAGS) 12 $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -fPIC -DPIC -o $@ $< $(LDFLAGS)
13 13
14 14
15 15
16 if PLUGINS 16 if PLUGINS
17 plugin_DATA = gtik.so autorecon.so iconaway.so notify.so spellchk.so 17 plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so
18 plugindir = $(libdir)/gaim 18 plugindir = $(libdir)/gaim
19 19
20 clean distclean clean-recursive distclean-recursive: 20 clean distclean clean-recursive distclean-recursive:
21 $(RM) $(plugin_DATA) 21 $(RM) $(plugin_DATA)
22 endif 22 endif