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 pixmaps
#
GAIM_TOP = ../../../..
include $(GAIM_TOP)/libgaim/win32/global.mak
GAIM_DATADIR = $(GAIM_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationsconfpix_DATA)'; then \
mkdir -p $(guificationsconfpixdir); \
cp $(guificationsconfpix_DATA) $(guificationsconfpixdir); \
fi;
if test '$(guificationsbackgroundspix_DATA)'; then \
mkdir -p $(guificationsbackgroundspixdir); \
cp $(guificationsbackgroundspix_DATA) $(guificationsbackgroundspixdir); \
fi;