From 04780422995146b73e64c37ad79f42516c77d52e Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 24 Oct 2000 02:33:08 +0000 Subject: Dumps the contents of indexs. 2000-10-24 Not Zed * dumpindex.c: Dumps the contents of indexs. * hash.c (ibex_hash_dump_rec): Also print the word count. * wordindex.c (unindex_name): Cross-check the cache as well. svn path=/trunk/; revision=6139 --- libibex/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libibex/Makefile.am') diff --git a/libibex/Makefile.am b/libibex/Makefile.am index cfd8a1b4d5..fdde10aca3 100644 --- a/libibex/Makefile.am +++ b/libibex/Makefile.am @@ -21,10 +21,10 @@ INCLUDES = -I$(srcdir) $(GLIB_CFLAGS) $(UNICODE_CFLAGS) \ -DG_LOG_DOMAIN=\"libibex\" -#noinst_PROGRAMS = hash +noinst_PROGRAMS = dumpindex -#hash_SOURCES = disktail.c -#hash_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) +dumpindex_SOURCES = dumpindex.c +dumpindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) #noinst_PROGRAMS = mkindex lookup # -- cgit v1.2.3