pidgin/purple-plugin-pack

updated for 3.0.0

2013-04-07, Gary Kramlich
43fb8babd3ef
updated for 3.0.0
#
# Makefile.mingw
#
# Description: Makefile for switchspell plugin.
#
ENCHANT_TOP = $(PIDGIN_TREE_TOP)/../win32-dev/enchant_1.5.0-2_win32
GTKSPELL_TOP = $(PIDGIN_TREE_TOP)/../win32-dev/gtkspell-2.0.16
PP_TOP := ..
PP = switchspell
include $(PP_TOP)/win_pp.mak
INCLUDE_PATHS += \
-I$(GTKSPELL_TOP)/include/gtkspell-2.0 \
-I$(ENCHANT_TOP)/include/enchant
LIB_PATHS += \
-L$(GTKSPELL_TOP)/lib \
-L$(ENCHANT_TOP)/lib
PLUGIN_LIBS += \
-llibgtkspell \
-llibenchant