comparison plugins/Makefile.am @ 1311:338b8ac6bdab

[gaim-migrate @ 1321] lots of changes to the build process. plugins and libfaim don't compile with things they probably won't need. jabber got added, for real, instead of just in cvs. hopefully now i can get it working committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 12:21:45 +0000
parents 7db9121aac80
children 4cbb78f05e4b
comparison
equal deleted inserted replaced
1310:035945fca2d5 1311:338b8ac6bdab
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 if JABBER
9 SUBDIRS = yay icq msn jabber
10 else
8 SUBDIRS = yay icq msn 11 SUBDIRS = yay icq msn
12 endif
9 13
10 plugin_DATA = autorecon.so iconaway.so irc.so notify.so spellchk.so lagmeter.so 14 plugin_DATA = autorecon.so iconaway.so irc.so notify.so spellchk.so lagmeter.so
11 plugindir = $(libdir)/gaim 15 plugindir = $(libdir)/gaim
12 16
13 clean distclean: 17 clean distclean: