view pidgin/sounds/Makefile.mingw @ 18160:428bea8235cb

Use g_set_application_name() so unnamed dialogs get given a name, my dialogs were titled '<unknown>' before this change. References #1672 - but does not give specific titles to the dialogs mentioned there.
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 17 Jun 2007 15:46:42 +0000
parents ded8da3de5f8
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin sounds
#

PIDGIN_TREE_TOP := ../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak

datadir := $(PIDGIN_INSTALL_DIR)
include ./Makefile.am

.PHONY: install

install:
	if test '$(sounds_DATA)'; then \
	  mkdir -p $(soundsdir); \
	  cp $(sounds_DATA) $(soundsdir); \
	fi;