summaryrefslogtreecommitdiff
path: root/pidgin/pixmaps/status/48/Makefile.mingw
blob: 97b16e1f6bcf9a20500291345273e587c632b8c6 (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 '$(pidginstatuspix_DATA)'; then \
	  mkdir -p $(pidginstatuspixdir); \
	  cp $(pidginstatuspix_DATA) $(pidginstatuspixdir); \
	fi;