grim/guifications2

[gf2-migrate @ 197]
org.guifications.gf2
2006-11-27, John Bailey
7502053d0b76
[gf2-migrate @ 197]
How did I miss this one too? I'm on the trackers lists...
#
# 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;