grim/guifications2

[gf2-migrate @ 86]
org.guifications.gf2
2006-09-18, Daniel Atallah
84b06c0b0dd8
[gf2-migrate @ 86]
fix win32 compilation with gaim trunk
#
# Makefile.mingw
#
# Description: Makefile for guifications test theme
#
GAIM_TOP = ../../../../..
include $(GAIM_TOP)/libgaim/win32/global.mak
GAIM_DATADIR = $(GAIM_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationsitemtesttheme_DATA)'; then \
mkdir -p $(guificationsitemtestthemedir); \
cp $(guificationsitemtesttheme_DATA) $(guificationsitemtestthemedir); \
fi;