comparison plugins/Makefile.am @ 532:8cd29f016d9d

[gaim-migrate @ 542] I got the hiccups committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 27 Jul 2000 02:33:16 +0000
parents 0f179ac59e27
children 4d92005c84e1
comparison
equal deleted inserted replaced
531:160b4e3ad516 532:8cd29f016d9d
12 $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -fPIC -DPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS) 12 $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -fPIC -DPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS)
13 13
14 14
15 15
16 if PLUGINS 16 if PLUGINS
17 plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so 17 plugin_DATA = gen_away.so 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