comparison libpurple/protocols/Makefile.mingw @ 28920:8fd66bebe492

Added MXit protocol to win32 (mingw) makefile.
author andrew.victor@mxit.com
date Mon, 16 Nov 2009 08:40:36 +0000
parents 0c7b74fc558e
children 81a2ec76c285
comparison
equal deleted inserted replaced
28919:95f8e7fb1f67 28920:8fd66bebe492
6 # 6 #
7 7
8 PIDGIN_TREE_TOP := ../.. 8 PIDGIN_TREE_TOP := ../..
9 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak 9 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
10 10
11 SUBDIRS = gg irc jabber msn novell null oscar qq sametime silc simple yahoo bonjour myspace 11 SUBDIRS = gg irc jabber msn mxit novell null oscar qq sametime silc simple yahoo bonjour myspace
12 12
13 .PHONY: all install clean 13 .PHONY: all install clean
14 14
15 all: 15 all:
16 for subdir in $(SUBDIRS); do \ 16 for subdir in $(SUBDIRS); do \