X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FMakefile.am;h=34456de682cce521696a5793d826f36c2d5446ef;hb=0337f0404b04012117633b4795508b06ab91ca87;hp=4ce9b7ffc385ba5fb7b03b921eaba6408e838945;hpb=76048d12b6fca141098aa7e6bac48c32bbf16655;p=srvx.git diff --git a/src/Makefile.am b/src/Makefile.am index 4ce9b7f..34456de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ noinst_DATA = \ nickserv.help \ opserv.help \ saxdb.help \ - sendmail.help \ + mail.help \ mod-helpserv.help \ mod-memoserv.help \ mod-sockcheck.help @@ -48,6 +48,8 @@ EXTRA_srvx_SOURCES = \ ioset-epoll.c \ ioset-select.c \ ioset-win32.c \ + mail-common.c \ + mail-sendmail.c \ main-common.c \ main-win32.c \ proto-bahamut.c \ @@ -75,6 +77,7 @@ srvx_SOURCES = \ helpfile.c helpfile.h \ ioset.c ioset.h ioset-impl.h \ log.c log.h \ + mail.h \ main.c common.h \ md5.c md5.h \ modcmd.c modcmd.h \ @@ -85,7 +88,6 @@ srvx_SOURCES = \ proto.h \ recdb.c recdb.h \ saxdb.c saxdb.h \ - sendmail.c sendmail.h \ timeq.c timeq.h \ tools.c