# Makefile for the xmlrpc module
#

TOP	= ../../..
SUBDIR	= server/handlers/xmlrpc

FILES	= __init__  proxy get_handler

include $(TOP)/Makefile.defs

