]> mj.ucw.cz Git - libucw.git/blobdiff - lib/Makefile
fixed bugs causing the imagesig analyser to fail in scanner
[libucw.git] / lib / Makefile
index ae6cd736e48118b1b0459f3f238192883d18bf70..2a5548704f52c9b3957fbbb17032d7abf5be7133 100644 (file)
@@ -9,7 +9,7 @@ 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 \
@@ -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