grim/guifications2

Update this in anticipation
org.guifications.gf2
2007-05-01, Stu Tomlinson
2bc972643651
Update this in anticipation
#
# 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 '$(guificationsfunkytheme_DATA)'; then \
mkdir -p $(guificationsfunkythemedir); \
cp $(guificationsfunkytheme_DATA) $(guificationsfunkythemedir); \
fi;