chiark / gitweb /
New feature: watch a file for changes.
[mLib] / Makefile.am
index e5f3753bdc9fb60529843fadeaf078a530414688..ded3be54fa28cd95b07f265e2e1861da55894904 100644 (file)
@@ -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