grim/guifications2

40a2a4481cf2
Ok, trying this again. Updating to match Gary's changes to libpurple.
#
# Makefile.mingw
#
# Description: Makefile for guifications test theme
#
GAIM_TOP = ../../../../..
include $(GAIM_TOP)/libgaim/win32/global.mak
GAIM_DATADIR = $(GAIM_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationsitemtesttheme_DATA)'; then \
mkdir -p $(guificationsitemtestthemedir); \
cp $(guificationsitemtesttheme_DATA) $(guificationsitemtestthemedir); \
fi;