comparison plugins/Makefile.am @ 1152:201ec77f3a60

[gaim-migrate @ 1162] icq. whoop de doo committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 28 Nov 2000 02:22:42 +0000
parents 3deadbe50737
children 7db9121aac80
comparison
equal deleted inserted replaced
1151:428372cc1e39 1152:201ec77f3a60
3 .c.so: 3 .c.so:
4 $(CC) $(CFLAGS) -I\$(top_srcdir)/src -I\$(top_srcdir) -DVERSION=\"$(VERSION)\" -fPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS) 4 $(CC) $(CFLAGS) -I\$(top_srcdir)/src -I\$(top_srcdir) -DVERSION=\"$(VERSION)\" -fPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS)
5 5
6 if PLUGINS 6 if PLUGINS
7 7
8 SUBDIRS = yay 8 SUBDIRS = yay icq
9 9
10 plugin_DATA = autorecon.so iconaway.so irc.so notify.so spellchk.so lagmeter.so 10 plugin_DATA = autorecon.so iconaway.so irc.so notify.so spellchk.so lagmeter.so
11 plugindir = $(libdir)/gaim 11 plugindir = $(libdir)/gaim
12 12
13 clean distclean: 13 clean distclean: