]> mj.ucw.cz Git - libucw.git/blobdiff - lib/Makefile
fixed bugs causing the imagesig analyser to fail in scanner
[libucw.git] / lib / Makefile
index 0991fc9906f7c35a2c616b8c9e49f40057481dfb..2a5548704f52c9b3957fbbb17032d7abf5be7133 100644 (file)
@@ -9,12 +9,12 @@ endif
 LIBUCW_MODS= \
        alloc alloc_str realloc mempool mempool-str mempool-fmt \
        mmap pagecache partmap hashfunc \
-       lists slists sorter bitsig \
+       lists slists simple-lists sorter bitsig \
        log log-file proctitle \
        conf-alloc conf-dump conf-input conf-intr conf-journal conf-parse conf-section \
        ipaccess \
        profile \
-       fastbuf ff-printf ff-utf8 \
+       fastbuf ff-binary ff-string ff-printf ff-utf8 \
        fb-file carefulio fb-mem fb-temp fb-mmap fb-limfd fb-buffer fb-grow \
        str_ctype str_upper str_lower unicode-utf8 stkstring \
        wildmatch wordsplit ctmatch patimatch patmatch regex \
@@ -93,6 +93,7 @@ $(o)/lib/kmp-test.test: $(o)/lib/kmp-test
 INCLUDES+=$(o)/lib/.include-stamp
 $(o)/lib/.include-stamp: $(addprefix $(s)/lib/,$(LIBUCW_INCLUDES))
        $(s)/build/install-includes $(s)/lib run/include/lib $(?F)
+       $(s)/build/install-includes $(o)/lib run/include/lib autoconf.h
        touch $(o)/lib/.include-stamp
 
 ifdef CONFIG_UCW_PERL