view gtk/sounds/Makefile.mingw @ 14317:c8ddda5d8ec8

[gaim-migrate @ 17010] This should allow mouse-events to work for everyone. Also, you can click on any window to bring it to focus. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 24 Aug 2006 02:35:15 +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)