grim/guifications2

Really fix this...
org.guifications.gf2
2007-04-30, John Bailey
49fec7199a15
Really fix this...
#
# 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;