Mercurial > pidgin.yaz
view pidgin/sounds/Makefile.mingw @ 15915:bc25193e1cb3
Minor 'make dist' fix and check for installed versions of pidgin, not gaim
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 25 Mar 2007 06:16:56 +0000 |
parents | 0e17470b47c2 |
children | ded8da3de5f8 |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim sounds # GAIM_TOP := ../.. include $(GAIM_TOP)/libpurple/win32/global.mak datadir := $(GAIM_INSTALL_DIR) include ./Makefile.am .PHONY: install install: if test '$(sounds_DATA)'; then \ mkdir -p $(soundsdir); \ cp $(sounds_DATA) $(soundsdir); \ fi;