view plugins/Makefile.am @ 1040:17cea517fd90

[gaim-migrate @ 1050] if a new protocol wants to be loaded, load it. nothing wrong with that. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 01 Nov 2000 09:07:17 +0000
parents 1c663beef29d
children ece2d1543b20
line wrap: on
line source

LDFLAGS += $(LDADD) $(LIBS) -shared
SUFFIXES = .c .so
.c.so:
	$(CC) $(CFLAGS) -I../src -DVERSION=\"$(VERSION)\" -fPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS)

if PLUGINS
plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so lagmeter.so
plugindir = $(libdir)/gaim

clean distclean clean-recursive distclean-recursive:
	$(RM) $(plugin_DATA)
endif



EXTRA_DIST = ChangeLog PERL-HOWTO CRAZY HOWTO SIGNALS autorecon.c error.c filectl.c \
	gaiminc.c iconaway.c lagmeter.c notify.c simple.c spellchk.c \
	toc_commands.c events.c gaim.pl