chiark / gitweb /
Fix maintainer email addr.
[mLib] / Makefile.am
index aa3aa1d74f7df626379ec2cdfe23c3be9d13bbca..4437953a0d61845bfa855d615c7cb0750d9fc9a5 100644 (file)
@@ -43,7 +43,8 @@ pkglibexec_PROGRAMS = @BRES_LIBEXEC@
 EXTRA_PROGRAMS = bres
 
 pkginclude_HEADERS = \
-       align.h alloc.h arena.h bits.h exc.h macros.h quis.h report.h sub.h \
+       align.h alloc.h arena.h bits.h buf.h exc.h macros.h quis.h \
+         report.h sub.h \
        trace.h track.h unihash.h \
        pool.h \
        atom.h assoc.h darray.h dstr.h dspool.h hash.h sym.h crc32.h \
@@ -59,10 +60,11 @@ libmLib_la_LDFLAGS = -version-info 2:3:0
 ## difference between the first and last numbers is major version.
 
 libmLib_la_SOURCES = \
-       alloc.c arena.c exc.c quis.c pquis.c report.c sub.c trace.c \
+       alloc.c arena.c buf.c exc.c quis.c pquis.c report.c sub.c trace.c \
                traceopt.c track.c \
        pool.c pool-file.c pool-sub.c \
-       atom.c assoc.c darray.c dstr.c dputf.c dspool.c hash.c sym.c \
+       atom.c assoc.c buf-dstr.c darray.c dstr.c dputf.c dspool.c hash.c \
+         sym.c \
        crc32.c crc32-tab.c \
        unihash.c unihash-global.c \
        env.c fdflags.c fdpass.c fwatch.c lock.c \
@@ -200,7 +202,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
@@ -230,7 +232,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 \