From: mdw Date: Wed, 25 Nov 1998 23:30:30 +0000 (+0000) Subject: Add `tv.c'and `tv.h' to the list. X-Git-Tag: 2.0.4~343 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/64b4afc39e7e05928497bd029da1f33885115989 Add `tv.c'and `tv.h' to the list. --- diff --git a/Makefile.am b/Makefile.am index 8997cf1..5fd5705 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with Automake to generate `Makefile.in' ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.1 1998/06/17 23:44:42 mdw Exp $ +## $Id: Makefile.am,v 1.2 1998/11/25 23:30:30 mdw Exp $ ## ## Building the distribution ## @@ -29,8 +29,11 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ -## Revision 1.1 1998/06/17 23:44:42 mdw -## Initial revision +## Revision 1.2 1998/11/25 23:30:30 mdw +## Add `tv.c'and `tv.h' to the list. +## +## Revision 1.1.1.1 1998/06/17 23:44:42 mdw +## Initial version of mLib ## ## Revision 1.5 1997/08/13 17:55:43 mdw ## Add big GPL header. General tidying up. @@ -44,9 +47,9 @@ AUTOMAKE_OPTIONS = foreign lib_LIBRARIES = libmLib.a -include_HEADERS = \ +pkginclude_HEADERS = \ alloc.h crc32.h dstr.h dynarray.h exc.h mdwopt.h \ - quis.h report.h sub.h sym.h testrig.h trace.h track.h + quis.h report.h sub.h sym.h testrig.h trace.h track.h tv.h ## --- Things to put in the library --- @@ -54,4 +57,4 @@ include_HEADERS = \ libmLib_a_SOURCES = \ alloc.c crc32.c dstr.c exc.c mdwopt.c quis.c \ - report.c sub.c sym.c testrig.h trace.c track.c + report.c sub.c sym.c testrig.c trace.c track.c tv.c