1 |
# Makefile for StatServ modules. |
2 |
# |
3 |
# IRC Services is copyright (c) 1996-2009 Andrew Church. |
4 |
# E-mail: <achurch@achurch.org> |
5 |
# Parts written by Andrew Kempe and others. |
6 |
# This program is free but copyrighted software; see the file GPL.txt for |
7 |
# details. |
8 |
|
9 |
########################################################################### |
10 |
|
11 |
include ../../Makefile.inc |
12 |
|
13 |
MODULES = main.so |
14 |
|
15 |
INCLUDES = statserv.h $(TOPDIR)/commands.h $(TOPDIR)/databases.h \ |
16 |
$(TOPDIR)/language.h $(TOPDIR)/modules/operserv/operserv.h |
17 |
|
18 |
include ../Makerules |
19 |
|
20 |
########################################################################### |