# Makefile for StatServ modules. # # IRC Services is copyright (c) 1996-2007 Andrew Church. # E-mail: # Parts written by Andrew Kempe and others. # This program is free but copyrighted software; see the file COPYING for # details. ########################################################################### include ../../Makefile.inc MODULES = main.so INCLUDES = statserv.h $(TOPDIR)/modules/operserv/operserv.h \ $(TOPDIR)/language.h $(TOPDIR)/commands.h include ../Makerules ###########################################################################