pidgin/pidgin

Add ast translation. Hopefully this doesn't break Windows :-/
release-2.x.y v2.10.8
2014-01-21, Mark Doliner
5010e6877abc
Add ast translation. Hopefully this doesn't break Windows :-/
#
# Makefile.mingw
#
# Description: Makefile for perl plugin loader plugin.
#
PIDGIN_TREE_TOP := ../../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
##
## TARGET DEFINITIONS
##
.PHONY: all install clean
all:
$(MAKE) -C ./common -f $(MINGW_MAKEFILE)
install: all $(PIDGIN_INSTALL_PLUGINS_DIR)
$(MAKE) -C ./common -f $(MINGW_MAKEFILE) install
##
## CLEAN RULES
##
clean:
$(MAKE) -C ./common -f $(MINGW_MAKEFILE) clean