Mercurial > pidgin.yaz
view pidgin/pixmaps/toolbar/22/Makefile.mingw @ 19928:fa4cf8e2ae73
fixes #3044
committer: Luke Schierer <lschiere@pidgin.im>
author | Serdar Soytetir <tulliana@gmail.com> |
---|---|
date | Wed, 12 Sep 2007 01:24:26 +0000 |
parents | e06b387d79bd |
children |
line wrap: on
line source
# # 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 '$(pidgintoolbarpix_DATA)'; then \ mkdir -p $(pidgintoolbarpixdir); \ cp $(pidgintoolbarpix_DATA) $(pidgintoolbarpixdir); \ fi;