grim/guifications1

This should fix the Mdk 9.1 RPM building bug reported on the forums a while ago
#
# Makefile.mingw
#
# Description: Makefile for guifications pixmaps
#
datadir = ../../../win32-install-dir
include ./Makefile.am
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;