view pidgin/plugins/perl/Makefile.mingw @ 15549:bcdf8880564b

Make NetworkManager support disabled by default, add an "--enable-nm" option for configure, and change DBUS to D-Bus in a few places.
author Mark Doliner <mark@kingant.net>
date Mon, 05 Feb 2007 05:48:07 +0000
parents 0e17470b47c2
children ded8da3de5f8
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for perl plugin loader plugin.
#

GAIM_TOP := ../../..
include $(GAIM_TOP)/libpurple/win32/global.mak

##
## TARGET DEFINITIONS
##
.PHONY: all install clean

all:
	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE)

install: all $(GAIM_INSTALL_PLUGINS_DIR)
	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) install

##
## CLEAN RULES
##
clean:
	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) clean