Mercurial > pidgin
view gtk/sounds/Makefile.mingw @ 14592:f407d80a618c
[gaim-migrate @ 17316]
Fix the size remembering of the entry imhtml. Also, add functionality
such that the buddy icon does not affect the remembered size
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 18 Sep 2006 21:55:06 +0000 |
parents | 5d03b309b482 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim sounds # GAIM_TOP := ../.. include $(GAIM_TOP)/libgaim/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;