chiark / gitweb /
quis: remove the leading `-' from the name, in case we're invoked as a
[mLib] / Makefile.am
index 8997cf1f3bce08dc9cc2b7cc1043842edb4d78a8..5fd570523bca0a5f416280fe468338ef481b6f69 100644 (file)
@@ -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
 ##
 ##----- 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