]> mj.ucw.cz Git - libucw.git/commitdiff
Added missing includes to libucw API.
authorMartin Mares <mj@ucw.cz>
Mon, 4 Jun 2007 10:54:45 +0000 (12:54 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 4 Jun 2007 10:54:45 +0000 (12:54 +0200)
lib/Makefile

index 95938ed14b985259d841cbcd57c839dbe853873d..8cc43c1434b9f7ca9cd05245b8db0c3a5101a635 100644 (file)
@@ -37,15 +37,17 @@ LIBUCW_INCLUDES= \
        lib.h config.h threads.h math.h \
        mempool.h pagecache.h \
        sorter.h sorter-globals.h arraysort.h \
-       lists.h clists.h \
+       lists.h clists.h slists.h simple-lists.h \
        unaligned.h prefetch.h \
        bbuf.h gbuf.h bitarray.h bitsig.h \
        hashfunc.h hashtable.h \
        heap.h binheap.h binheap-node.h \
        redblack.h \
+       binsearch.h \
+       bitops.h \
        conf.h getopt.h ipaccess.h \
        profile.h \
-       fastbuf.h lfs.h ff-utf8.h \
+       fastbuf.h lfs.h ff-utf8.h ff-binary.h \
        chartype.h unicode.h stkstring.h \
        wildmatch.h patmatch.h \
        db.h \
@@ -55,13 +57,14 @@ LIBUCW_INCLUDES= \
        md5.h \
        base64.h base224.h \
        qache.h \
-       kmp.h kmp-search.h
+       kmp.h kmp-search.h \
+       partmap.h
 
 ifdef CONFIG_UCW_THREADS
 # Some modules require threading
 LIBS+=-lpthread
 LIBUCW_MODS+=threads-conf workqueue
-LIBUCW_INCLUDES+=workqueue.h
+LIBUCW_INCLUDES+=workqueue.h semaphore.h
 endif
 
 ifdef CONFIG_OWN_REGEX