grim/guifications2

merge of '749e0002e61e2e4b797461e8a5cafa9b64f878af'
org.guifications.gf2
2007-04-30, John Bailey
fb3152ae2b39
merge of '749e0002e61e2e4b797461e8a5cafa9b64f878af'
and '84cfbe5b2ea9f0639306b8792b8bc81af78bc150'
#
# 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;