]> mj.ucw.cz Git - libucw.git/commitdiff
API: Include tbf.h and trie.h
authorMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 23:52:12 +0000 (00:52 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 23:52:12 +0000 (00:52 +0100)
ucw/Makefile

index 9f050505038bc59f6af7a2203cf138af30c7581a..1330509c8bf37d9a08de1b3bc11590b1314adaf7 100644 (file)
@@ -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 \