view gtk/sounds/Makefile.mingw @ 14927:ee29923d5159

[gaim-migrate @ 17699] The documentation for g_utf8_collate_key() says to use strcmp(), so we should do that. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 07 Nov 2006 22:51:58 +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;