--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk/pixmaps/status/default/Makefile.mingw Sun May 20 06:19:49 2007 +0000 @@ -0,0 +1,18 @@ +# +# Makefile.mingw +# +# Description: Makefile for win32 (mingw) version of Gaim pixmaps +# + +GAIM_TOP = ../../../.. +include $(GAIM_TOP)/libgaim/win32/global.mak + +datadir = $(GAIM_INSTALL_DIR) +include ./Makefile.am + +install: + if test '$(gaimstatuspix_DATA)'; then \ + mkdir -p $(gaimstatuspixdir); \ + cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \ + fi; +