grim/guifications2

[gf2-migrate @ 156]
org.guifications.gf2
2006-10-25, Stu Tomlinson
4ec05c28ec3e
[gf2-migrate @ 156]
I think %n makes more sense for typing notifications than %c
#
# 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;