grim/guifications2

Some more changes, including the GAIM_PLUGINS to PURPLE_PLUGINS that
org.guifications.gf2
2007-04-01, John Bailey
b5c2e9cb069a
Some more changes, including the GAIM_PLUGINS to PURPLE_PLUGINS that
sadrul caught without even looking at the source :)
#
# Makefile.mingw
#
# Description: Makefile for guifications default theme
#
GAIM_TOP = ../../../../..
include $(GAIM_TOP)/libgaim/win32/global.mak
GAIM_DATADIR = $(GAIM_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationsminitheme_DATA)'; then \
mkdir -p $(guificationsminithemedir); \
cp $(guificationsminitheme_DATA) $(guificationsminithemedir); \
fi;