view gtk/sounds/Makefile.mingw @ 14447:e88aae4f4c40

[gaim-migrate @ 17161] Make the Perl GTK+ stuff work in wingaim. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 04 Sep 2006 23:00:13 +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)