view pidgin/plugins/perl/Makefile.mingw @ 15565:45d3dd67fa13

With the refactoring I did, it's now possible to reach timestamp_cb_common with conv == NULL. It happens with system logs. I've reworked the code accordingly to avoid an assertion failure.
author Richard Laager <rlaager@wiktel.com>
date Mon, 05 Feb 2007 05:28:54 +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