summaryrefslogtreecommitdiff
path: root/pidgin/pixmaps/icons/32/Makefile.mingw
blob: 24a402def9413f296e1cf3bd4f90f02240b23558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
#

PIDGIN_TREE_TOP := ../../../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak

datadir = $(PIDGIN_INSTALL_DIR)
include ./Makefile.am

.PHONY: install

install:
	if test '$(pidginiconspix_DATA)'; then \
	  mkdir -p $(pidginiconspixdir); \
	  cp $(pidginiconspix_DATA) $(pidginiconspixdir); \
	fi;