grim/guifications2

Prepping for release.
org.guifications.gf2
2007-04-30, John Bailey
ca666b4d5742
Prepping for release.
#
# 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;