Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv29997/src
Modified Files:
Tag: rel-1_0
Makefile.am
Log Message:
working 'make install' now. it will install the help files and sample conf/sockcheck.db as well as the binary. changed bin_PROGRAMS to noinst_PROGRAMS to prevent binary from being put in 'bin' directory. toplevel Makefile installs it now.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/srvx/services/src/Makefile.am,v
retrieving revision 1.26.2.8
retrieving revision 1.26.2.9
diff -C2 -r1.26.2.8 -r1.26.2.9
*** Makefile.am 2001/08/05 04:19:12 1.26.2.8
--- Makefile.am 2001/08/26 03:43:35 1.26.2.9
***************
*** 2,6 ****
LIBS = @LIBS@ @RX_LIBS@
! bin_PROGRAMS = srvx
EXTRA_PROGRAMS = checkdb globtest pwcracker
EXTRA_DIST = nickserv.help opserv.help chanserv.help
--- 2,6 ----
LIBS = @LIBS@ @RX_LIBS@
! noinst_PROGRAMS = srvx
EXTRA_PROGRAMS = checkdb globtest pwcracker
EXTRA_DIST = nickserv.help opserv.help chanserv.help
|