view gtk/sounds/Makefile.mingw @ 14321:611ca4e7b429

[gaim-migrate @ 17016] this ought to fix debian bug 384463 committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 24 Aug 2006 17:01:05 +0000
parents 8793fc8f7064
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)