grim/guifications2

One more tweak
org.guifications.gf2 gf_2_13
2007-05-05, Gary Kramlich
aaecb8c6010c
One more tweak
#
# Makefile.mingw
#
# Description: Makefile for guifications test theme
#
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 '$(guificationsfunkytheme_DATA)'; then \
mkdir -p $(guificationsfunkythemedir); \
cp $(guificationsfunkytheme_DATA) $(guificationsfunkythemedir); \
fi;