X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/9b5ac6ff2ef1b71e7ec53c756cad37b1844b9d1e..d4efbcd93c940ad522fcf8c601ec1829d2e0b10d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a0779cc..1b6a078 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,12 +15,12 @@ ## it under the terms of the GNU Library General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. -## +## ## mLib is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU Library General Public License for more details. -## +## ## You should have received a copy of the GNU Library General Public ## License along with mLib; if not, write to the Free ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, @@ -48,6 +48,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 \ + daemonize.h versioncmp.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 \ @@ -67,6 +68,7 @@ libmLib_la_SOURCES = \ sym.c \ crc32.c crc32-tab.c \ unihash.c unihash-global.c \ + daemonize.c versioncmp.c \ env.c fdflags.c fdpass.c fwatch.c lock.c \ @BRES_SOURCE@.c \ conn.c lbuf.c ident.c pkbuf.c sel.c selbuf.c selpk.c sig.c \ @@ -202,7 +204,7 @@ unihash.test: unihash.t unihash.in ./unihash.t -f $(srcdir)/unihash.in TEST_CLEAN = \ - *.t *.to \ + *.t *.to assoc.out \ da.in da.ref da.out \ sym.in sym.ref sym.out \ base64.out base32.out hex.out unihash.in @@ -232,7 +234,7 @@ install-man: uninstall-man: (cd man && $(MAKE) uninstall-man) -CLEANFILES = $(TEST_CLEAN) crc32-tab.c +CLEANFILES = $(TEST_CLEAN) crc32-tab.c unihash-global.c DISTCLEANFILES = libtool EXTRA_DIST = \ $(TEST_DIST) maninst \