grim/guifications2

Prep for 2.16 to fix our known build issues.
org.guifications.gf2 gf_2_16
2007-12-17, John Bailey
e27e2ceeb462
Prep for 2.16 to fix our known build issues.
#
# Makefile.mingw
#
# Description: Makefile for guifications penguin 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 '$(guificationspenguinstheme_DATA)'; then \
mkdir -p $(guificationspenguinsthemedir); \
cp $(guificationspenguinstheme_DATA) $(guificationspenguinsthemedir); \
fi;