Mercurial > pidgin.yaz
view gtk/sounds/Makefile.mingw @ 14982:0a9c44ce9a4a
[gaim-migrate @ 17760]
Get rid of serv_set_buddyicon(). Moved the code directly
into gaim_account_set_buddy_icon().
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 16 Nov 2006 22:47:45 +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;