Mercurial > pidgin
view plugins/Makefile.am @ 1064:b0b40b5faede
[gaim-migrate @ 1074]
for some things, the prpl needs to ask the user if they want to do something. i added a way of doing that to prpl.c. i also tweaked oscar.c to get it to use that system, as well as adding the beginnings of getfile support to oscar.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 04 Nov 2000 09:13:29 +0000 |
| parents | 0b0b4cb53c17 |
| children | ce12622502c5 |
line wrap: on
line source
LDFLAGS += $(LDADD) $(LIBS) -ggdb -shared SUFFIXES = .c .so .c.so: $(CC) $(CFLAGS) -I../src -DVERSION=\"$(VERSION)\" -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS) if PLUGINS SUBDIRS = yay plugin_DATA = autorecon.so iconaway.so irc.so notify.so spellchk.so lagmeter.so plugindir = $(libdir)/gaim 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
