# Makefile for the wsgi module

TOP    = ..

SUBDIR = wsgi

FILES = __init__ app package_push \
	 xmlrpc wsgiHandler wsgiRequest

include $(TOP)/Makefile.defs
