[SithNet-Patches] [CVS] Module gnuworld-sithnet: Change committed
Brought to you by:
darthsidious_
From: Tim I. <dar...@us...> - 2003-08-23 01:10:49
|
Committer : Tim Ireland <dar...@us...> CVSROOT : /cvsroot/sithnet-dev Module : gnuworld-sithnet Commit time: 2003-08-23 01:10:48 UTC Modified files: Makefile.am Log message: added new moddir's to makefile ---------------------- diff included ---------------------- Index: gnuworld-sithnet/Makefile.am diff -u gnuworld-sithnet/Makefile.am:1.1.1.1 gnuworld-sithnet/Makefile.am:1.2 --- gnuworld-sithnet/Makefile.am:1.1.1.1 Mon Aug 18 13:28:16 2003 +++ gnuworld-sithnet/Makefile.am Fri Aug 22 18:10:38 2003 @@ -1,8 +1,12 @@ -## $Id: Makefile.am,v 1.1.1.1 2003/08/18 20:28:16 darthsidious_ Exp $ +## $Id: Makefile.am,v 1.2 2003/08/23 01:10:38 darthsidious_ Exp $ ## test @SET_MAKE@ +if COND_MODANTISPAMSERV + MODANTISPAMSERV = mod.antispamserv +endif + if COND_MODCCONTROL MODCCONTROL = mod.ccontrol endif @@ -27,6 +31,9 @@ MODGNUTEST = mod.gnutest endif +if COND_MODLIGHTWEIGHT + MODLIGHTWEIGHT = mod.lightweight + if COND_MODNICKSERV MODNICKSERV = mod.nickserv endif @@ -39,6 +46,9 @@ MODSTATS = mod.stats endif +if COND_MODUWORLD + MODUWORLD = mod.uworld + if COND_TESTDIR TESTDIR = test endif @@ -54,9 +64,11 @@ $(MODCSERVICE) \ $(MODDRONESCAN) \ $(MODGNUTEST) \ + $(MODLIGHTWEIGHT) \ $(MODNICKSERV) \ $(MODSCANNER) \ $(MODSTATS) \ + $(MODUWORLD) \ $(TESTDIR) \ $(DBDIR) \ libircu @@ -68,9 +80,11 @@ bin/dronescan.example.conf.in \ bin/gnutest.example.conf.in \ bin/GNUWorld.example.conf.in \ + bin/lightweight.example.conf.in \ bin/nickserv.example.conf.in \ bin/scanner.example.conf.in \ bin/stats.example.conf.in \ + bin/uworld.example.conf.in \ bin/server_command_map \ contrib/00INDEX.TXT \ contrib/chktrans.py \ ----------------------- End of diff ----------------------- |