Minor changelog updates
[pidgin-git.git] / pidgin / plugins / perl / Makefile.mingw
blobd118836b4533f5a4f7248d0d709114c5a286a126
2 # Makefile.mingw
4 # Description: Makefile for perl plugin loader plugin.
7 PIDGIN_TREE_TOP := ../../..
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
11 ## TARGET DEFINITIONS
13 .PHONY: all install clean
15 all:
16         $(MAKE) -C ./common -f $(MINGW_MAKEFILE)
18 install: all $(PIDGIN_INSTALL_PLUGINS_DIR)
19         $(MAKE) -C ./common -f $(MINGW_MAKEFILE) install
22 ## CLEAN RULES
24 clean:
25         $(MAKE) -C ./common -f $(MINGW_MAKEFILE) clean