Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv21874/src
Modified Files:
Makefile.am
Log Message:
add modcmd.help, saxdb.help, sockcheck.help to the list of distributed files
Index: Makefile.am
===================================================================
RCS file: /cvsroot/srvx/services/src/Makefile.am,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** Makefile.am 27 Aug 2002 03:11:24 -0000 1.56
--- Makefile.am 13 Sep 2002 14:11:08 -0000 1.57
***************
*** 4,9 ****
noinst_PROGRAMS = srvx expnhelp
EXTRA_PROGRAMS = checkdb globtest
! EXTRA_DIST = nickserv.help.m4 global.help opserv.help chanserv.help helpserv.help sendmail.help
! noinst_DATA = global.help nickserv.help opserv.help chanserv.help helpserv.help sendmail.help
nickserv.help: nickserv.help.m4 expnhelp
./expnhelp < $(srcdir)/nickserv.help.m4 > $@
--- 4,9 ----
noinst_PROGRAMS = srvx expnhelp
EXTRA_PROGRAMS = checkdb globtest
! noinst_DATA = chanserv.help global.help helpserv.help modcmd.help nickserv.help opserv.help saxdb.help sendmail.help sockcheck.help
! EXTRA_DIST = nickserv.help.m4 $(noinst_DATA)
nickserv.help: nickserv.help.m4 expnhelp
./expnhelp < $(srcdir)/nickserv.help.m4 > $@
|