view gtk/sounds/Makefile.mingw @ 14315:8793fc8f7064

[gaim-migrate @ 17008] Lee Roach revamped the win32 makefiles. This makes me happy, they were in dire need of some loving. This makes life a great deal easier for anyone who wants to build out-of-tree plugins. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 23 Aug 2006 21:34:43 +0000
parents
children 841ce6b110a8
line wrap: on
line source

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

GAIM_TOP := ../..
include $(GAIM_TOP)/libgaim/win32/global.mak
include $(GAIM_GTK_SOUNDS_TOP)/Makefile.am

install: $(GAIM_INSTALL_SOUNDS_DIR)
	cp $(EXTRA_DIST) $(GAIM_INSTALL_SOUNDS_DIR)

include $(GAIM_COMMON_TARGETS)