comparison plugins/Makefile.am @ 1000:91b7377e7b45

[gaim-migrate @ 1010] Plugins work again, I think. There may still be some bugginess. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 16 Oct 2000 20:11:18 +0000
parents 7e231bc0018a
children 1c663beef29d
comparison
equal deleted inserted replaced
999:0b5db8cdd30f 1000:91b7377e7b45
1 LDFLAGS += $(LDADD) $(LIBS) -ggdb -shared 1 LDFLAGS += $(LDADD) $(LIBS) -ggdb -shared
2 SUFFIXES = .c .so 2 SUFFIXES = .c .so
3 .c.so: 3 .c.so:
4 $(CC) $(CFLAGS) -I../src -DVERSION=\"$(VERSION)\" -fPIC -DPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS) 4 $(CC) $(CFLAGS) -I../src -DVERSION=\"$(VERSION)\" -fPIC -DPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS)
5 5
6 #if PLUGINS 6 if PLUGINS
7 #plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so lagmeter.so 7 plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so lagmeter.so
8 #plugindir = $(libdir)/gaim 8 plugindir = $(libdir)/gaim
9 9
10 #clean distclean clean-recursive distclean-recursive: 10 clean distclean clean-recursive distclean-recursive:
11 # $(RM) $(plugin_DATA) 11 $(RM) $(plugin_DATA)
12 #endif 12 endif
13 13
14 14
15 15
16 EXTRA_DIST = ChangeLog PERL-HOWTO CRAZY HOWTO SIGNALS autorecon.c error.c filectl.c \ 16 EXTRA_DIST = ChangeLog PERL-HOWTO CRAZY HOWTO SIGNALS autorecon.c error.c filectl.c \
17 gaiminc.c iconaway.c lagmeter.c notify.c simple.c spellchk.c \ 17 gaiminc.c iconaway.c lagmeter.c notify.c simple.c spellchk.c \