X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/a9f61b5f14320880b9671d34f4df8d79010a6c8b..fbf20b5bd30e237c383ed290428261f28dfa5803:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e5f3753..ded3be5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.30 2001/01/25 21:11:41 mdw Exp $ +## $Id: Makefile.am,v 1.31 2001/02/03 18:43:56 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.31 2001/02/03 18:43:56 mdw +## New feature: watch a file for changes. +## ## Revision 1.30 2001/01/25 21:11:41 mdw ## Use `$(MAKE)' in the `install-man' rule, so that the jobserver doesn't ## whinge. @@ -118,7 +121,7 @@ pkginclude_HEADERS = \ alloc.h arena.h bits.h exc.h quis.h report.h sub.h trace.h track.h \ pool.h \ atom.h assoc.h darray.h dstr.h dspool.h hash.h sym.h crc32.h \ - env.h fdflags.h lock.h \ + env.h fdflags.h fwatch.h lock.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 @@ -135,7 +138,7 @@ libmLib_la_SOURCES = \ pool.c pool-file.c pool-sub.c \ atom.c assoc.c darray.c dstr.c dputf.c dspool.c hash.c sym.c \ crc32.c crc32-tab.c \ - env.c fdflags.c lock.c \ + env.c fdflags.c fwatch.c lock.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