view listhandler/Makefile.mingw @ 1028:314cfd774bc4

s/purple.guifications.org/plugins.guifications.org/
author Paul Aurich <paul@darkrain42.org>
date Thu, 06 Aug 2009 12:30:12 -0700
parents 9d3d85579cf6
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for listhandler plugin.
#

PP_TOP :=		..

PP = listhandler


PP_SRC := \
	aim_blt_files.c \
	alias_xml_files.c \
	gen_xml_files.c \
	lh_util.c \
	listhandler.c \
	migrate.c \
	purple_blist_xml.c

include $(PP_TOP)/win_pp.mak