Mercurial > pidgin.yaz
view plugins/Makefile.am @ 945:f8de52dbd0cb
[gaim-migrate @ 955]
hopefully this will fix some issues i've been having with disappearing rows in the buddy list. if this fucks things up for someone, let me know.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 04 Oct 2000 10:26:13 +0000 |
parents | 2999319f9eca |
children | fa681641643d |
line wrap: on
line source
LDFLAGS += $(LIBS) -ggdb -shared SUFFIXES = .c .so .c.so: $(CC) $(CFLAGS) -I../src -DVERSION=\"$(VERSION)\" -fPIC -DPIC -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