From: Martin Mares Date: Tue, 28 Jan 2014 23:52:12 +0000 (+0100) Subject: API: Include tbf.h and trie.h X-Git-Tag: v6.0~75 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a460dfb2377bfb1ade0f63e7493ab46c36b8fed7;p=libucw.git API: Include tbf.h and trie.h --- diff --git a/ucw/Makefile b/ucw/Makefile index 9f050505..1330509c 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -40,7 +40,7 @@ LIBUCW_MODS= \ opt opt-help opt-conf LIBUCW_MAIN_INCLUDES= \ - lib.h log.h threads.h time.h \ + lib.h log.h tbf.h threads.h time.h \ alloc.h mempool.h eltpool.h \ clists.h slists.h simple-lists.h \ string.h stkstring.h unicode.h varint.h chartype.h regex.h \ @@ -60,7 +60,7 @@ LIBUCW_MAIN_INCLUDES= \ lizard.h \ md5.h sha1.h crc.h \ base64.h base224.h \ - kmp.h kmp-search.h binsearch.h \ + kmp.h kmp-search.h trie.h binsearch.h \ partmap.h \ strtonum.h \ resource.h trans.h \