comparison pidgin/pixmaps/tray/32/Makefile.mingw @ 17854:7ac75fe490c2

Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 13 Jun 2007 12:23:00 +0000
parents
children
comparison
equal deleted inserted replaced
17853:bfd44bbb5909 17854:7ac75fe490c2
1 #
2 # Makefile.mingw
3 #
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps
5 #
6
7 PIDGIN_TREE_TOP := ../../../..
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
9
10 datadir = $(PIDGIN_INSTALL_DIR)
11 include ./Makefile.am
12
13 .PHONY: install
14
15 install:
16 if test '$(pidgintraypix_DATA)'; then \
17 mkdir -p $(pidgintraypixdir); \
18 cp $(pidgintraypix_DATA) $(pidgintraypixdir); \
19 fi;
20