grim/guifications2

I thought I fixed this already...
org.guifications.gf2
2007-02-24, Gary Kramlich
a99048ca54d5
I thought I fixed this already...
#
# 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;