Mercurial > pidgin.yaz
view gtk/sounds/Makefile.mingw @ 15294:4bcc40bd4e20
[gaim-migrate @ 18084]
If the Jabber server does not support the server discovery info (http://jabber.org/protocol/disco#info) we still need to request the roster and send initial presence.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Mon, 08 Jan 2007 00:08:10 +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;