grim/guifications2

Cheating by including the compatibility header for now.
org.guifications.gf2
2007-04-01, John Bailey
405222820c3b
Cheating by including the compatibility header for now.
#
# Makefile.mingw
#
# Description: Makefile for guifications penguin theme
#
GAIM_TOP = ../../../../..
include $(GAIM_TOP)/libgaim/win32/global.mak
GAIM_DATADIR = $(GAIM_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationspenguinstheme_DATA)'; then \
mkdir -p $(guificationspenguinsthemedir); \
cp $(guificationspenguinstheme_DATA) $(guificationspenguinsthemedir); \
fi;