view share/sounds/Makefile.mingw @ 19354:b22a33d3fc95

Improve buddy importing. Count number of buddies being added, and add the group before adding the buddy to the group (see #2752; not doing this makes duplicate groups).
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Fri, 24 Aug 2007 04:34:18 +0000
parents 4c26b23e7859
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;