grim/guifications2

[gf2-migrate @ 244]
org.guifications.gf2
2007-02-04, John Bailey
c5f9d67d08a7
[gf2-migrate @ 244]
(2007-02-03 22:50:53) Me: should we change the url the update notify
in gf2 looks at for 2.13 and later?
(2007-02-03 22:51:07) Gary Kramlich: we need to just remove that
#
# 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;