grim/guifications2

merge of '44ad8c3a10a284cafa6d1be71de822facc8e1082'
org.guifications.gf2
2007-12-15, John Bailey
1709b112e063
merge of '44ad8c3a10a284cafa6d1be71de822facc8e1082'
and 'b16e0cb73aab206d8e5a65630984988c0beff333'
#
# Makefile.mingw
#
# Description: Makefile for guifications pixmaps
#
GF_TOP := ..
-include $(GF_TOP)/local.mak
PIDGIN_TREE_TOP ?= ../../../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
PIDGIN_DATADIR = $(PIDGIN_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;