comparison 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
comparison
equal deleted inserted replaced
14314:8b8188fa98f4 14315:8793fc8f7064
1 #
2 # Makefile.mingw
3 #
4 # Description: Makefile for win32 (mingw) version of Gaim
5 #
6
7 GAIM_TOP := ../..
8 include $(GAIM_TOP)/libgaim/win32/global.mak
9 include $(GAIM_GTK_SOUNDS_TOP)/Makefile.am
10
11 install: $(GAIM_INSTALL_SOUNDS_DIR)
12 cp $(EXTRA_DIST) $(GAIM_INSTALL_SOUNDS_DIR)
13
14 include $(GAIM_COMMON_TARGETS)