2019-01-23 09:35:39 +01:00

20 lines
552 B
Makefile

# Makefile for protocol modules.
#
# IRC Services is copyright (c) 1996-2009 Andrew Church.
# E-mail: <achurch@achurch.org>
# Parts written by Andrew Kempe and others.
# This program is free but copyrighted software; see the file GPL.txt for
# details.
###########################################################################
include ../../Makefile.inc
MODULES = main.so sendmail.so smtp.so
INCLUDES = mail.h mail-local.h $(TOPDIR)/timeout.h
include ../Makerules
###########################################################################