|
From: Bob T. <bt...@us...> - 2001-08-13 02:21:00
|
Update of /cvsroot/benson/benson3/src In directory usw-pr-cvs1:/tmp/cvs-serv25733/src Modified Files: Makefile.am Makefile.in shm_wrapper.c ssl.c Removed Files: benson.h shm_wrapper.h ssl.h Log Message: Performed a little housekeeping Index: Makefile.am =================================================================== RCS file: /cvsroot/benson/benson3/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.am 2001/08/12 22:40:34 1.2 --- Makefile.am 2001/08/13 02:20:57 1.3 *************** *** 2,3 **** --- 2,4 ---- libbenson_la_LDFLAGS = -no-undefined -version-info 3:0:0 libbenson_la_SOURCES = shm_wrapper.c ssl.c + INCLUDES = -I@top_srcdir@/include Index: Makefile.in =================================================================== RCS file: /cvsroot/benson/benson3/src/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.in 2001/08/12 22:40:34 1.2 --- Makefile.in 2001/08/13 02:20:57 1.3 *************** *** 77,82 **** --- 77,84 ---- VERSION = @VERSION@ perlpath = @perlpath@ + pythonpath = @pythonpath@ sedpath = @sedpath@ sortpath = @sortpath@ + tclpath = @tclpath@ trpath = @trpath@ uniqpath = @uniqpath@ *************** *** 85,88 **** --- 87,91 ---- libbenson_la_LDFLAGS = -no-undefined -version-info 3:0:0 libbenson_la_SOURCES = shm_wrapper.c ssl.c + INCLUDES = -I@top_srcdir@/include mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = Index: shm_wrapper.c =================================================================== RCS file: /cvsroot/benson/benson3/src/shm_wrapper.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** shm_wrapper.c 2001/08/12 21:20:41 1.1.1.1 --- shm_wrapper.c 2001/08/13 02:20:57 1.2 *************** *** 1,3 **** ! #include "shm_wrapper.h" int --- 1,3 ---- ! #include "benson/benson.h" int Index: ssl.c =================================================================== RCS file: /cvsroot/benson/benson3/src/ssl.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ssl.c 2001/08/12 22:40:34 1.1 --- ssl.c 2001/08/13 02:20:57 1.2 *************** *** 1,3 **** ! #include "benson.h" BIO *bio_err=0; --- 1,3 ---- ! #include "benson/benson.h" BIO *bio_err=0; --- benson.h DELETED --- --- shm_wrapper.h DELETED --- --- ssl.h DELETED --- |