chiark / gitweb /
Various new source files. 2.0.0pre1
authormdw <mdw>
Sat, 17 Jun 2000 10:39:43 +0000 (10:39 +0000)
committermdw <mdw>
Sat, 17 Jun 2000 10:39:43 +0000 (10:39 +0000)
Makefile.am

index 7a96c20375301882c16e4a545fda3fa47131ec60..fb317e767ec6e33cd008f14362c7e9ef35d7bc30 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-Makefile-*-
 ##
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.19 1999/12/12 17:37:03 mdw Exp $
+## $Id: Makefile.am,v 1.20 2000/06/17 10:39:43 mdw Exp $
 ##
 ## Building the distribution
 ##
 ##
 ## Building the distribution
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.20  2000/06/17 10:39:43  mdw
+## Various new source files.
+##
 ## Revision 1.19  1999/12/12 17:37:03  mdw
 ## Version bump.
 ##
 ## Revision 1.19  1999/12/12 17:37:03  mdw
 ## Version bump.
 ##
@@ -102,24 +105,26 @@ lib_LTLIBRARIES = libmLib.la
 libexec_PROGRAMS = bres
 
 pkginclude_HEADERS = \
 libexec_PROGRAMS = bres
 
 pkginclude_HEADERS = \
-       alloc.h bits.h exc.h quis.h report.h sub.h trace.h track.h \
+       alloc.h arena.h bits.h exc.h quis.h report.h sub.h trace.h track.h \
        darray.h dstr.h dspool.h hash.h sym.h crc32.h \
        env.h fdflags.h lock.h \
        darray.h dstr.h dspool.h hash.h sym.h crc32.h \
        env.h fdflags.h lock.h \
-       bres.h conn.h lbuf.h ident.h sel.h selbuf.h sig.h tv.h \
+       bres.h conn.h lbuf.h ident.h pkbuf.h sel.h selbuf.h selpk.h sig.h \
+       tv.h \
        base64.h mdwopt.h str.h testrig.h url.h
 
 ## --- Things to put in the library ---
 
        base64.h mdwopt.h str.h testrig.h url.h
 
 ## --- Things to put in the library ---
 
-libmLib_la_LDFLAGS = -version-info 7:2:6
+libmLib_la_LDFLAGS = -version-info 2:0:0
 ## Middle number is the patchlevel.  Final number is the minor version.  The
 ## difference between the first and last numbers is major version.
 
 libmLib_la_SOURCES = \
 ## Middle number is the patchlevel.  Final number is the minor version.  The
 ## difference between the first and last numbers is major version.
 
 libmLib_la_SOURCES = \
-       alloc.c exc.c quis.c pquis.c report.c sub.c trace.c traceopt.c \
-               track.c \
+       alloc.c arena.c exc.c quis.c pquis.c report.c sub.c trace.c \
+               traceopt.c track.c \
        darray.c dstr.c dputf.c dspool.c hash.c sym.c crc32.c \
        env.c fdflags.c lock.c \
        darray.c dstr.c dputf.c dspool.c hash.c sym.c crc32.c \
        env.c fdflags.c lock.c \
-       bres.c conn.c lbuf.c ident.c sel.c selbuf.c sig.c tv.c \
+       bres.c conn.c lbuf.c ident.c pkbuf.c sel.c selbuf.c selpk.c sig.c \
+       tv.c \
        base64.c mdwopt.c str.c testrig.c url.c
 
 ## --- Test code ---
        base64.c mdwopt.c str.c testrig.c url.c
 
 ## --- Test code ---