grim/guifications2

Fixing the install directory for the themes
org.guifications.gf2
2007-03-18, John Bailey
3b5e3a58fbfe
Fixing the install directory for the themes
#
# 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;