diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-10-24 10:33:08 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-10-24 10:33:08 +0800 |
commit | 04780422995146b73e64c37ad79f42516c77d52e (patch) | |
tree | 12663cb6be8533f50e7820563f1b705f2c5f6231 /libibex/Makefile.am | |
parent | bdb308067c223640c2c14ebd92205e0ae1d20326 (diff) | |
download | gsoc2013-evolution-04780422995146b73e64c37ad79f42516c77d52e.tar gsoc2013-evolution-04780422995146b73e64c37ad79f42516c77d52e.tar.gz gsoc2013-evolution-04780422995146b73e64c37ad79f42516c77d52e.tar.bz2 gsoc2013-evolution-04780422995146b73e64c37ad79f42516c77d52e.tar.lz gsoc2013-evolution-04780422995146b73e64c37ad79f42516c77d52e.tar.xz gsoc2013-evolution-04780422995146b73e64c37ad79f42516c77d52e.tar.zst gsoc2013-evolution-04780422995146b73e64c37ad79f42516c77d52e.zip |
Dumps the contents of indexs.
2000-10-24 Not Zed <NotZed@HelixCode.com>
* 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
Diffstat (limited to 'libibex/Makefile.am')
-rw-r--r-- | libibex/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 # |