X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/471f9daa24ee9251730e234fe92ad65c1fa9dff3..52162d1b8ec7ea5dcce0d37e4e5a4a02da37de1d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2c90910..c583808 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.40 2003/11/10 10:01:14 mdw Exp $ +## $Id: Makefile.am,v 1.41 2003/11/29 11:59:17 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.41 2003/11/29 11:59:17 mdw +## Various stuff. +## ## Revision 1.40 2003/11/10 10:01:14 mdw ## Various Debian fixes. ## @@ -149,7 +152,7 @@ pkginclude_HEADERS = \ trace.h track.h unihash.h \ pool.h \ atom.h assoc.h darray.h dstr.h dspool.h hash.h sym.h crc32.h \ - env.h fdflags.h fwatch.h lock.h \ + env.h fdflags.h fdpass.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 hex.h mdwopt.h str.h testrig.h url.h @@ -166,7 +169,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 fwatch.c lock.c \ + env.c fdflags.c fdpass.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 hex.c mdwopt.c str.c testrig.c url.c