Mercurial > pidgin.yaz
view pidgin/pixmaps/emotes/none/Makefile.mingw @ 18998:3273fa6a52a8
(this revision will be disapproved)
- sslconn temporarily uses tls_cached verifier
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Sun, 08 Jul 2007 01:51:50 +0000 |
parents | 60188d208fec |
children | 8b952cb84f45 |
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 clean install: theme if test '$(pidginsmileypix_DATA)'; then \ mkdir -p $(pidginsmileypixdir); \ cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \ fi; clean: rm -f theme