pidgin/purple-plugin-pack

Patch from Sadrul.
org.guifications.plugins
2009-07-03, John Bailey
6844cae26d5c
Patch from Sadrul.

(11:43:58) John: so what do you want in the commit message?
(11:44:35) Sadrul: "Fix autoreply to buddies with aliases." should do
#
# Makefile.mingw
#
# Description: Makefile for switchspell plugin.
#
ASPELL_TOP = $(PIDGIN_TREE_TOP)/../win32-dev/aspell-dev-0-50-3-3
GTKSPELL_TOP = $(PIDGIN_TREE_TOP)/../win32-dev/gtkspell-2.0.11-daa1
PP_TOP := ..
PP = switchspell
include $(PP_TOP)/win_pp.mak
INCLUDE_PATHS += \
-I$(GTKSPELL_TOP) \
-I$(ASPELL_TOP)/include
LIB_PATHS += \
-L$(GTKSPELL_TOP)/gtkspell \
-L$(ASPELL_TOP)/lib
PLUGIN_LIBS += \
-lgtkspell \
-laspell-15