view plugins/Makefile.am @ 1340:1526caa87138

[gaim-migrate @ 1350] Grey's out the info button on conversation windows if the protocol doesnt support it. Probably should add support for the other buttons to. For example: Warn, Block, add/remove, send :-) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 21 Dec 2000 02:01:20 +0000
parents bec4de31b3ad
children afa63ac2fd84
line wrap: on
line source

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

if PLUGINS

if JABBER
SUBDIRS = yay icq msn jabber
else
SUBDIRS = yay icq msn
endif

prpls = irc.so napster.so
plugin_DATA = $(prpls) autorecon.so iconaway.so notify.so spellchk.so lagmeter.so
plugindir = $(libdir)/gaim

$(plugin_DATA): $(top_srcdir)/src/gaim.h
$(prpls): $(top_srcdir)/src/prpl.h

clean distclean:
	$(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 irc.c