Mercurial > pidgin
comparison plugins/Makefile.am @ 428:debb1c32def3
[gaim-migrate @ 438]
Woo
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 23 Jun 2000 19:05:11 +0000 |
parents | df5127560034 |
children | ccf7fc40263f |
comparison
equal
deleted
inserted
replaced
427:42db8f317e9e | 428:debb1c32def3 |
---|---|
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 = autorecon.so iconaway.so notify.so spellchk.so | 17 plugin_DATA = gtik.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 |