grim/guifications2

Gave priority to use_gtk instead of a background image
org.guifications.gf2
2008-12-27, Gary Kramlich
82f5c1e7c1d0
Gave priority to use_gtk instead of a background image
#
# Makefile.mingw
#
# Description: Makefile for guifications themes
#
DEFAULT_THEME = ./default
MINI_THEME = ./mini
PENGUINS_THEME = ./Penguins
.PHONY: install
install:
$(MAKE) -C $(DEFAULT_THEME) -f Makefile.mingw install
$(MAKE) -C $(MINI_THEME) -f Makefile.mingw install
$(MAKE) -C $(PENGUINS_THEME) -f Makefile.mingw install