comparison pidgin/sounds/Makefile.mingw @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children 0e17470b47c2
comparison
equal deleted inserted replaced
15373:f79e0f4df793 15374:5fe8042783c1
1 #
2 # Makefile.mingw
3 #
4 # Description: Makefile for win32 (mingw) version of Gaim sounds
5 #
6
7 GAIM_TOP := ../..
8 include $(GAIM_TOP)/libgaim/win32/global.mak
9
10 datadir := $(GAIM_INSTALL_DIR)
11 include ./Makefile.am
12
13 .PHONY: install
14
15 install:
16 if test '$(sounds_DATA)'; then \
17 mkdir -p $(soundsdir); \
18 cp $(sounds_DATA) $(soundsdir); \
19 fi;
20