Mercurial > pidgin
comparison libpurple/protocols/Makefile.mingw @ 31514:81a2ec76c285
Axe the useless qq prpl.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Mon, 02 May 2011 02:57:58 +0000 |
parents | 8fd66bebe492 |
children |
comparison
equal
deleted
inserted
replaced
31484:3b8415185090 | 31514:81a2ec76c285 |
---|---|
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 mxit novell null oscar qq sametime silc simple yahoo bonjour myspace | 11 SUBDIRS = gg irc jabber msn mxit novell null oscar 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 \ |