grim/guifications2

Some more changes to fix building (mostly cheating).
org.guifications.gf2
2007-04-01, John Bailey
5dffdcebcfb6
Some more changes to fix building (mostly cheating).
#
# Makefile.mingw
#
# Description: Makefile for guifications default theme
#
GAIM_TOP = ../../../../..
include $(GAIM_TOP)/libgaim/win32/global.mak
GAIM_DATADIR = $(GAIM_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationsminitheme_DATA)'; then \
mkdir -p $(guificationsminithemedir); \
cp $(guificationsminitheme_DATA) $(guificationsminithemedir); \
fi;